Apache2 + HTAccess

Rick

Verified User
Joined
Sep 25, 2004
Messages
26
Location
Amsterdam, The Netherlands
Hello all,

We've just upgraded to Apache2 to test the functions, and found out that the most of the .htaccess scripts are not working anymore.

Has someone experienced similar problems?

Here is an example that does not work anymore.

RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{HTTP_REFERER} !^http://EDITED OUT/* [NC]
RewriteCond %{HTTP_REFERER} !^http://EDITED OUT/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.EDITED OUT\.com/* [NC]
RewriteRule /* http://EDITED OUT/bamo.html [R,L]

Please assist.

:)
 
Back
Top