From: darksider3 Date: Mon, 3 Mar 2014 16:02:52 +0000 (+0000) Subject: Adding htaccess.sample back*shame* X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aeeec2f8a74397344ffa3e59c0eefa0ea4d2fdda;p=quix0rs-gnu-social.git Adding htaccess.sample back*shame* --- diff --git a/htaccess.sample b/htaccess.sample index 90e18e72e6..c7be2d86a0 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -19,6 +19,7 @@ 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] @@ -31,3 +32,11 @@ # Use this instead for Apache >2.4 (mod_authz_host) # Require all denied +======= + + + + Order allow,deny + + +>>>>>>> Adding htaccess.sample back*shame*