redirect configuration

Contributor
24Jul2009,09:19   #1
divinequran's Avatar
Hi,

i have redirected using the following code.

Code:
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/(.*).htm
RewriteRule ^(.*).htm http://www.mysite.com/test/test.php?ho=$1 [L]
My requirement is to display test.php?ho=hi.htm as hi.htm . it displays properly on my site. but not on my localhost, how do i configure it? in my apache.
Go4Expert Founder
24Jul2009,09:23   #2
shabbir's Avatar
If your localhost is Windows then .htaccess files has lots of problems in Windows.
Contributor
24Jul2009,23:47   #3
divinequran's Avatar
previously i used to work when i was using XAMP, now i have configured Apache2.2 on my machine and displays the URL as it is on the address bar.