Answer the question
In order to leave comments, you need to log in
Mod rewrite, how to redirect all pages of the site to one (not a redirect)?
I'm trying to use a simple design in a mod rewrite.
RewriteEngine On
RewriteBase /
RewriteRule * /index.html
Swears on syntax.
What's wrong?
The essence of the task for any link to show one and the same page.
Answer the question
In order to leave comments, you need to log in
It would be nice to indicate what kind of error and on which line.
I usually write the last line like this:
RewriteRule ^.+$ /index.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question