]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
PATHINFO example added to htaccess.sample
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 6 Aug 2014 08:30:35 +0000 (10:30 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 6 Aug 2014 08:30:35 +0000 (10:30 +0200)
htaccess.sample

index fb191cc7e8cf2e1082c6b0137641d68673697601..c0b61ee29592540a2a18b0b3d50ca78d706a9d4e 100644 (file)
@@ -19,6 +19,9 @@
   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]
 </IfModule>
 
 <FilesMatch "\.(ini)">