Answer the question
In order to leave comments, you need to log in
How to remove .html with htaccess from only one page?
There is a page /color.html , we need code for the htaccess file so that the page comes to the user as just /color/ .
Help me to understand.
Answer the question
In order to leave comments, you need to log in
RewriteEngine On
RewriteCond %{THE_REQUEST} " /color\.html"
RewriteRule ^ /color/ [R=301,L]
RewriteRule ^color/$ /color.html [L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question