alltube/.htaccess
2014-09-14 14:20:12 +02:00

5 lines
204 B
ApacheConf

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]