alltube/.htaccess

5 lines
164 B
ApacheConf
Raw Normal View History

2014-04-13 09:38:53 +00:00
AddType application/x-web-app-manifest+json .webapp
2014-05-15 18:31:44 +00:00
RewriteEngine On
RewriteCond %{REQUEST_URI} !=/maintenance.php
RewriteRule ^(.*)\.php$ /maintenance.php [R=301]