Redirect with PHP instead of .htaccess
This commit is contained in:
parent
39f81c3674
commit
816b556c65
7 changed files with 32 additions and 7 deletions
|
@ -1,5 +1 @@
|
|||
AddType application/x-web-app-manifest+json .webapp
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_URI} !=/maintenance.php
|
||||
RewriteRule ^(.*)\.php$ /maintenance.php [R=301]
|
||||
RewriteRule ^$ /maintenance.php [R=301]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue