diff --git a/server_files/.htaccess b/server_files/.htaccess deleted file mode 100644 index 38d02dd..0000000 --- a/server_files/.htaccess +++ /dev/null @@ -1,9 +0,0 @@ -# Remove index.php from the request but maintain the query string -RewriteEngine On -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ index.php?$1 [L,QSA] -# Redirect all requests to https -RewriteBase / -RewriteCond %{HTTPS} off -RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] \ No newline at end of file