.htaccess - How can I delete the Index file in htaccess? -


rewriteengine on rewritecond %{script_filename} !-d rewriterule ^([^\.]+)$ $1.html [nc,l] 

but when i'm in page menu , click "home" i'm redirecting www.page.com/index.

i want like: www.page.com

you can write rule index.html file

rewriterule ^index.html$ http://%{http_host}/ [r=301,l] 

Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -