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" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -