Modification .htaccess RewriteRule image
This commit is contained in:
parent
bb852a724d
commit
e909c8f272
@ -8,4 +8,9 @@ php_value auto_append_file "D:\www\extranet\config\append.php"
|
||||
php_value mbstring.http_input pass
|
||||
php_value mbstring.http_output pass
|
||||
php_value mbstring.encoding_translation 0
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^imagecache/(.*)$ image.php?q=$1 [L,QSA]
|
||||
</IfModule>
|
Loading…
x
Reference in New Issue
Block a user