sadasd
This commit is contained in:
@@ -26,7 +26,7 @@ RewriteRule ^tools/(.*)$ landingpage/tools/$1 [L]
|
|||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_URI} !^/(auth|assets|uploads|landingpage|tools|_errors)/ [NC]
|
RewriteCond %{REQUEST_URI} !^/(auth|assets|uploads|landingpage|tools|_errors|admin)/ [NC]
|
||||||
RewriteCond %{REQUEST_URI} ^/([^/]+)/?$ [NC]
|
RewriteCond %{REQUEST_URI} ^/([^/]+)/?$ [NC]
|
||||||
RewriteCond %{DOCUMENT_ROOT}/landingpage/%1/index.php -f
|
RewriteCond %{DOCUMENT_ROOT}/landingpage/%1/index.php -f
|
||||||
RewriteRule ^ landingpage/%1/index.php [L]
|
RewriteRule ^ landingpage/%1/index.php [L]
|
||||||
@@ -47,5 +47,5 @@ RewriteRule ^(.+?)/?$ $1/index.php [L]
|
|||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_URI} !^/(assets|uploads|auth|landingpage|tools|_errors)/ [NC]
|
RewriteCond %{REQUEST_URI} !^/(assets|uploads|auth|landingpage|tools|_errors|admin)/ [NC]
|
||||||
RewriteRule ^ _errors/404.php [L]
|
RewriteRule ^ _errors/404.php [L]
|
||||||
|
|||||||
Reference in New Issue
Block a user