mod_rewrite issues
Posted
by ayyappan
on Stack Overflow
See other posts from Stack Overflow
or by ayyappan
Published on 2009-09-10T05:34:29Z
Indexed on
2010/04/18
16:03 UTC
Read the original article
Hit count: 386
mod-rewrite
I have used the mod_rewrite
module but was not able to redirect to the target page - I am getting an error:
The requested URL /old.html was not found on this server.
Rewrite rules as follows:
RewriteEngine On
RewriteRule ^/IN/index.html$ /IN/index.iface [L]
© Stack Overflow or respective owner