A
A
Alexey Mishchenko2019-06-08 21:19:16
htaccess
Alexey Mishchenko, 2019-06-08 21:19:16

How to make a redirect to one page?

Hello, the idea is this: I want to make a stub page "the site is under construction". It is necessary to make sure that from all pages there is a redirect to one single (stub file). How to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
noeer, 2019-06-08
@cup_alex

RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !page.html
RewriteRule ^.*$ /page.html [R=302,L]

Instead of page.html, substitute a page with a stub

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question