projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7c98b4
)
Adding htaccess.sample back*shame*
author
darksider3
<leon@darksider3.de>
Mon, 3 Mar 2014 16:02:52 +0000
(16:02 +0000)
committer
Roland Häder
<roland@mxchange.org>
Sun, 29 Mar 2020 22:20:25 +0000
(
00:20
+0200)
htaccess.sample
patch
|
blob
|
history
diff --git
a/htaccess.sample
b/htaccess.sample
index fb191cc7e8cf2e1082c6b0137641d68673697601..2acf2b24cf8885cec034852156e5a9d06ace907e 100644
(file)
--- 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]
</IfModule>
<FilesMatch "\.(ini)">
Order allow,deny
</FilesMatch>
-