From 790c4d68efd1d7acfc30c6ba427c807fd77ec4ed Mon Sep 17 00:00:00 2001 From: darksider3 Date: Mon, 3 Mar 2014 16:02:52 +0000 Subject: [PATCH] Adding htaccess.sample back*shame* --- htaccess.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htaccess.sample b/htaccess.sample index fb191cc7e8..2acf2b24cf 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -19,9 +19,11 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php?p=$1 [L,QSA] + + ## You can also use PATHINFO by using this RewriteRule instead: + # RewriteRule (.*) index.php/$1 [L,QSA] Order allow,deny - -- 2.39.5