H
H
Horosh2942021-09-02 17:25:24
htaccess
Horosh294, 2021-09-02 17:25:24

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

2 answer(s)
D
dodo512, 2021-09-02
@Horosh294

RewriteEngine On

RewriteCond %{THE_REQUEST} " /color\.html"
RewriteRule ^ /color/ [R=301,L]

RewriteRule ^color/$ /color.html [L]

N
neerro, 2021-09-09
@neerro

And how to prescribe so that .html is removed for all pages?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question