Modification .htaccess RewriteRule image

This commit is contained in:
Michael RICOIS 2009-06-19 16:54:21 +00:00
parent bb852a724d
commit e909c8f272

View File

@ -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>