V
V
Vkok2019-04-01 09:09:58
htaccess
Vkok, 2019-04-01 09:09:58

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

1 answer(s)
D
dodo512, 2019-04-01
@boch112

RewriteRule ^(.+)/index\.html$ /$1/ [R=301,L]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question