PDA

View Full Version : Apache2 + HTAccess



Rick
11-11-2004, 01:51 PM
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.

:)

Rick
11-11-2004, 01:59 PM
Just found out that mod_rewrite is not installed, does someone has a clue to install mod_rewrite on DA with apache2?

Cheers,