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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -