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]
|
Contributor
|
|
| 24Jul2009,09:19 | #1 |
|
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]
|
|
Go4Expert Founder
|
![]() |
| 24Jul2009,09:23 | #2 |
|
If your localhost is Windows then .htaccess files has lots of problems in Windows.
|
|
Contributor
|
|
| 24Jul2009,23:47 | #3 |
|
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.
|