From 058fb303b326e6d404250b523e5a23c574754c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 14 Oct 2015 17:54:26 +0200 Subject: [PATCH] Reorder the .htaccess to make it more consistant --- .htaccess | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.htaccess b/.htaccess index 108e46c..9a18ad1 100644 --- a/.htaccess +++ b/.htaccess @@ -13,6 +13,12 @@ DirectoryIndex index.php #XSendFile On #XSendFileAllowAbove on +########################################### +# On WAMP one user had to add this line in his httpd.conf +# None of the above was working +########################################### +#XSendFilePath + ########################################### # If you want to use user based configuration with # apache 2.4 + php-fpm enable this @@ -20,12 +26,6 @@ DirectoryIndex index.php ########################################### #SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 -########################################### -# On WAMP one user had to add this line in his httpd.conf -# None of the abose was working -########################################### -#XSendFilePath - RewriteEngine on RewriteRule ^download/(\d*)/(\d*)/.*\.kepub\.epub$ fetch.php?data=$1&db=$2&type=epub [L]