C
C
coder_noob12021-11-02 15:07:30
htaccess
coder_noob1, 2021-11-02 15:07:30

How to make a transition to /work.html in the .htaccess file when requesting /work?

How to make a transition to /work.html in the .htaccess file when requesting /work?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
msdoc11, 2021-11-03
@msdoc11

Insert this at the beginning of the file:

RewriteEngine On
RewriteCond %{REQUEST_URI} ! \.html$
RewriteCond %{REQUEST_URI} ! /$
RewriteRule ^(.*)$ $1.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question