Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Help with rewrite rule Reply To: Help with rewrite rule

#148599
XaviJr
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?