D
D
design_incomug2019-11-12 10:41:35
htaccess
design_incomug, 2019-11-12 10:41:35

How to make a redirect from index.html on all pages of the site to /?

For example, there is a page https://example.com/parts/daf-cf/index.html
From it you need to redirect to https://example.com/parts/daf-cf/
And so on throughout the site.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2019-11-12
@dodo512

RewriteEngine On

RewriteCond %{THE_REQUEST} ([^?\s]*/)index\.html
RewriteRule ^ %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