Mode rewrite, quick fix | February 9th, 2009
want to redirect
http://www.mydomain.com/index.htm to http://www.mydomain.com
add this code in htaccess file ::
RewriteRule ^index.htm$ http://www.mydomain.com/ [R=301,L]


Mode rewrite, quick fix | February 9th, 2009
want to redirect
http://www.mydomain.com/index.htm to http://www.mydomain.com
add this code in htaccess file ::
RewriteRule ^index.htm$ http://www.mydomain.com/ [R=301,L]


