mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
allow robots.txt
This commit is contained in:
parent
817cf60fcb
commit
085fab0ede
@ -1,6 +1,6 @@
|
|||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
#RewriteBase /
|
#RewriteBase /
|
||||||
RewriteCond $1 !^(index\.php|static|favicon\.ico)
|
RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt)
|
||||||
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
|
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
|
||||||
|
|
||||||
SetOutputFilter DEFLATE
|
SetOutputFilter DEFLATE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user