1
0
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:
Mikael Roos
2015-06-29 19:14:44 +02:00
parent d9ce501df3
commit f6ceb47c83

View File

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