alltube/.htaccess

5 lines
164 B
ApacheConf
Raw Normal View History

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