hello! every one
can you tell me how to finish index.html after domain name in static website or any soluction
Thanks advance :)
www.psdmafia.com/index.html
You need to create a .htaccess file and put this inside it.
Options -Indexes
Recently i makes a .htaccess file in publichtml and did paste your code in .htaccess but not resolved index.html
when i am enter in psdmafia.com and then click design.html and after that i am again come in psdmafia.com so this link show
http://www.psdmafia.com/index.html
Wait, you just want to completely remove index.html from your URL's?
index.html
So you have: http://www.psdmafia.com
yes
Try putting this in your .htaccess
Options +FollowSymLinks RewriteEngine On RewriteCond %{THE_REQUEST} \/index.html\ HTTP [NC] RewriteRule (.*)index.html$ /$1 [R=301,L]
yes its working Thanku Thanku Thanku so much
hello! every one
can you tell me how to finish index.html after domain name in static website or any soluction
Thanks advance :)
www.psdmafia.com/index.html
You need to create a .htaccess file and put this inside it.
Recently i makes a .htaccess file in publichtml and did paste your code in .htaccess but not resolved index.html
when i am enter in psdmafia.com and then click design.html and after that i am again come in psdmafia.com so this link show
http://www.psdmafia.com/index.html
Wait, you just want to completely remove
index.htmlfrom your URL's?So you have: http://www.psdmafia.com
yes
Try putting this in your .htaccess
yes its working Thanku Thanku Thanku so much