<IfModule rewrite_module>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/(skin|js)/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
#RewriteRule ^(.+)$ /default.php/$1 [L]
RewriteRule .* default.php [L]
</IfModule>
thanks a lot
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,225728,225728#msg-225728
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx