Hello static pages (web hosting update)
This commit is contained in:
parent
02e0b7b244
commit
0b7584b999
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@ RewriteEngine on
|
|||
|
||||
RewriteCond %{ENV:REDIRECT_STATUS} ^$
|
||||
RewriteRule ^(content|system)/ error404 [L]
|
||||
RewriteCond %{DOCUMENT_ROOT}/yellow.php -f
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_URI} \.(css|js|png)$
|
||||
RewriteRule ^media/plugins/(core-.+) system/core/$1 [L]
|
||||
RewriteCond %{DOCUMENT_ROOT}/yellow.php -f
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_URI} \.(css|js|png)$
|
||||
RewriteRule ^media/plugins/(.+) system/plugins/$1 [L]
|
||||
|
||||
RewriteCond %{DOCUMENT_ROOT}/yellow.php -f
|
||||
RewriteCond yellow.php -F
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^ yellow.php [L]
|
||||
|
|
Loading…
Add table
Reference in a new issue