Correct .htaccess to serve content from default/ if larry/ skin files are not available
This commit is contained in:
parent
5343592b86
commit
5720e0f41f
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule (.*) ../default/$1 [qsappend,last]
|
||||
RewriteRule larry/(.*) %{REQUEST_URI}/../../default/$1 [qsappend,last]
|
Loading…
Add table
Reference in a new issue