mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-09 09:36:38 +02:00
Update htaccess
Add RewriteEngine on to make the htaccess-file working out of the box., Fix #93.
This commit is contained in:
@@ -14,4 +14,5 @@
|
||||
# image/me/me.jpg Accessed through img.php.
|
||||
# image/me/me.jpg?w=300 Using options to img.php.
|
||||
#
|
||||
RewriteEngine on
|
||||
RewriteRule ^image/(.*)$ img/img.php?src=$1 [QSA,NC,L]
|
||||
|
Reference in New Issue
Block a user