Answer the question
In order to leave comments, you need to log in
How to organize a redirect on the site through .htaccess?
First of all, I remove the html extension:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^(.*)\.html$
RewriteRule ^ %1 [L,R=301]
Answer the question
In order to leave comments, you need to log in
In your scenario, rather, you need to use reshara through https://apiok.ru/wiki/pages/viewpage.action?pageId...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question