Categories
How to remove /folder/index.html?
How to remove /folder/index.html from the url through htaccess so that the url looks like /folder/?
Answer the question
In order to leave comments, you need to log in
RewriteRule ^(.+)/index\.html$ /$1/ [R=301,L]
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question