What Changes need in .htaccess file? -
how changes in .htaccess file??
http://www.mydomain.com/index.htm redirect to: http://www.mydomain.com/
options +followsymlinks directoryindex index.php rewriteengine on rewritebase / rewritecond %{the_request} /index.php rewriterule ^index.php$ http://www.mydomain.com/ [r=301,l]
Comments
Post a Comment