Make RewriteRule work for images, too
This commit is contained in:
parent
d75f7f2af7
commit
2950e458a1
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteRule larry/(.*) %{REQUEST_URI}/../../classic/$1 [qsappend,last]
|
RewriteRule ^larry/(images/.*) %{REQUEST_URI}/../../../classic/$1 [qsappend,last]
|
||||||
|
RewriteRule ^larry/(.*) %{REQUEST_URI}/../../classic/$1 [qsappend,last]
|
||||||
|
|
Loading…
Add table
Reference in a new issue