"Leo Andrews" <leo.DeleteThis@invalid.syntax> schreef in bericht
news:456c9973$0$136$7b0f0fd3@reader.news.newnet.co.uk...
> I have the following in an .htaccess file and for some reason it's causing
> an error 500. Remove the .htaccess and all is well. # Enable URI rewriting
> RewriteEngine on
>
> # Postprocessing of generated files
> RewriteCond %{REQUEST_URI}
> !^(/process\.php|/.*\.(png|gif|jpg)|/.*\.xml|/RSS2B3|/astracker|/images|/volvo2b4|/poster|/viposter|/r2b|/r4|/RSS2B4|/codelock\.php|/img2\.php|/img3\.php|/links\.php|/links_rnd2\.php|/links_rnd2\.php|/linksh\.php|/linksv\.php).*$
> RewriteCond %{REQUEST_FILENAME} -f
> RewriteRule ^(.*)$ /process.php?r=$1
Most likely mod_rewrite is not enabled on your server.
Check your error_log for details.
HansH
>> Stay informed about: htaccess/mod_rewrite problem