
Raitis Stengrevics - 2010-02-25 05:11:27
Can u explain me how does it works?
RewriteEngine on
RewriteBase /mvc/www/
RewriteRule !\.(js|ico|txt|gif|jpg|png|css)$ index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(foo|bar).* - [L]
SetEnv PHP_VER 5
Row by row. And how can I access pages? Please.
P.S. Looks like a amazing work! :)