[BlueOnyx:07094] Apache yum update
Steffan
general at ziggo.nl
Tue Apr 19 04:09:42 -05 2011
Hello list,
Im using a simple redirectscript
After the big updates there was tonight a new yum update
Now the last line of .htaccess is not working anymore
See below and I cant figure out why
Any idees/help ??
thanks Steffan
RewriteEngine On
RewriteRule ^newaccount /_newaccount.php
RewriteRule ^newaccount/ /_newaccount.php
RewriteRule ^aanpassen /login/ [L,R]
RewriteRule ^aanpassen/ /login/ [L,R]
RewriteRule ^login /_accountlogin.php
RewriteRule ^login/ /_accountlogin.php
# redirect everything else to _redirect.php
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !/_newaccount.php
RewriteCond %{REQUEST_FILENAME} !/_accountlogin.php
RewriteCond %{REQUEST_FILENAME} !/_adminlogin.php
RewriteCond %{REQUEST_FILENAME} !/_redirect.php
RewriteCond %{REQUEST_FILENAME} !/_stats.php
RewriteRule (.*) /_redirect.php?$1 [PT]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20110419/a6574e62/attachment.html>
More information about the Blueonyx
mailing list