Results 1 to 1 of 1
Hi all,
I have a couple of .htaccess rules which work on Apache2 without any problems. But when I use this on apache 1.3, they break. I have spent 2 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-29-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 1
apache rewrite difference between apache 2 and 1.3
Hi all,
I have a couple of .htaccess rules which work on Apache2 without any problems. But when I use this on apache 1.3, they break. I have spent 2 days looking for a solution before I posted on the boards. Any help, much appreciated.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^useamap\.com [nc]
RewriteRule (.*) http://useamap.com/$1 [L]
# to remap www.useamap.com to useamap.com . useamap works fine,but www.useamap.com breaks
RewriteRule ^/([^/]*)/$ index.php?page=$1
#anything going to useamap.com/ will rewrite to useamap.com/index.php?page=
This works fine on Apache2, have it running on 4 servers!
Again,
Thanks very much


Reply With Quote
