X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=htaccess.sample;h=c7be2d86a0cd30b23ca5ed737e118ed90dcb20dd;hb=dd61ae8fbeee64c85f8186672292335592be1ff5;hp=90e18e72e678e68a818b5051d73dd26a0477a937;hpb=63b61ea2d1dfdfe0763e653965c73e37bde5de82;p=quix0rs-gnu-social.git 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*