[FIX] proxy.php was not in .htaccess
This commit is contained in:
parent
c4703ec72b
commit
a76926b2c4
@ -7,4 +7,7 @@ RewriteCond %{REQUEST_URI} !index.php
|
|||||||
#RewriteRule ^install$ custom/__private/install/install.php [L]
|
#RewriteRule ^install$ custom/__private/install/install.php [L]
|
||||||
|
|
||||||
RewriteRule ^([a-z\-]+)-([0-9\.]+)$ index.php?page=$1&reference=$2 [L]
|
RewriteRule ^([a-z\-]+)-([0-9\.]+)$ index.php?page=$1&reference=$2 [L]
|
||||||
|
RewriteCond %{QUERY_STRING} ^([a-zA-Z0-9\-_=&;]+)$
|
||||||
|
RewriteRule ^([a-z\-]+)$ index.php?page=$1&%1 [L]
|
||||||
RewriteRule ^([a-z\-]+)$ index.php?page=$1 [L]
|
RewriteRule ^([a-z\-]+)$ index.php?page=$1 [L]
|
||||||
|
RewriteRule /.? proxy.php [L]
|
Loading…
Reference in New Issue
Block a user