Monday 06 February 2006 3:14:05 pm
Try this .htaccess-File:
RewriteEngine on
RewriteRule !^index\.php.* - [C]
RewriteRule !^webdav\.php.* - [C]
RewriteRule !\.(gif|jpe?g|png|css|js|html)|var(.+)storage.pdf(.+)\.pdf?$ - [C]
RewriteRule (.*) /index.php?/$1&%{QUERY_STRING} [L]
It should work with CGI-Installations (This is a version that does not need index.php in the URL, e.g. "www.somedomain.com/content/view/2". Good luck... :-) Regards Sebastian
sp@php.net
|