fixed rewrite rule
This commit is contained in:
parent
494a76ae54
commit
ea47ddb0c6
|
@ -49,7 +49,6 @@
|
||||||
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_URI} !/
|
|
||||||
RewriteRule (.*) /sniff.py/$1
|
RewriteRule (.*) /sniff.py/$1
|
||||||
|
|
||||||
# SSL
|
# SSL
|
||||||
|
|
Loading…
Reference in a new issue