Home › Forums › Other › Help with rewrite rule › Reply To: Help with rewrite rule
August 30, 2013 at 7:08 am
#148599
Participant
So I changed to:
RewriteEngine on
RewriteRule ([^/.]+)/?.(?i:jpg|gif|png|pdf|zip|rar|doc|docx|mov|ai|psd|swf|key)$ index.php?file=$1.$2 [L]
And it’s printing [filename]. what means that the extension is not being saved in $2.
Any idea?