From b53e1439969bfa2c0b551d8cc2fc8fe15652c62a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 19 Apr 2015 15:17:01 +0200 Subject: [PATCH] Misses this file to merge. I like the comments. Signed-off-by: Roland Haeder --- htaccess.sample | 9 --------- 1 file changed, 9 deletions(-) diff --git a/htaccess.sample b/htaccess.sample index 3670c8d3d3..f7513cc0c7 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -39,7 +39,6 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php?p=$1 [L,QSA] -<<<<<<< HEAD ## You can also use PATHINFO by using this RewriteRule instead: # RewriteRule (.*) index.php/$1 [L,QSA] @@ -52,11 +51,3 @@ # Use this instead for Apache >2.4 (mod_authz_host) # Require all denied -======= - - - - Order allow,deny - - ->>>>>>> Adding htaccess.sample back*shame* -- 2.39.5