From 43760d3c33e03169024f23bb059f2b67ab50a7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 14 Dec 2015 15:03:25 +0100 Subject: [PATCH] Stupid me --- .htaccess~ | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 .htaccess~ diff --git a/.htaccess~ b/.htaccess~ deleted file mode 100755 index 9a9ef505..00000000 --- a/.htaccess~ +++ /dev/null @@ -1,22 +0,0 @@ -Options +FollowSymLinks -RewriteEngine on -RewriteBase / -RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] -RewriteRule ^(.*)$ http://%1/$1 [R=301,L] - -#Comment out the two folling lines when running server locally to fix issues with localhost -#RewriteCond %{HTTPS} !=on -#RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] - - -RewriteRule (?i)^remote/(.*) php/controller.php?id=$1 [L] -RewriteRule (?i)^remote php/controller.php [L] - -RewriteCond %{REQUEST_URI} !(/$|\.) -RewriteRule (.*) %{REQUEST_URI}/ [R=301,L] - -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule /(.*)$ /$1 [L] - -Options -Indexes