alltube/.htaccess
2014-09-16 00:06:13 +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]