From: Roland Haeder Date: Sun, 19 Apr 2015 13:17:01 +0000 (+0200) Subject: Misses this file to merge. I like the comments. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b53e1439969bfa2c0b551d8cc2fc8fe15652c62a;p=quix0rs-gnu-social.git Misses this file to merge. I like the comments. Signed-off-by: Roland Haeder --- 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*