.htaccess redirect / rewrite
Posted
by Itg
on Stack Overflow
See other posts from Stack Overflow
or by Itg
Published on 2010-04-14T16:47:26Z
Indexed on
2010/04/14
16:53 UTC
Read the original article
Hit count: 99
.htaccess
Hello,
I am trying to redirect from:
domain.com/uploads/$
to
domain.com/download.php?file=$
$ being the variable.
I have tried many different ways but do not seem to be redirecting, I've tried, R=301,L,QSA and in various different orders.
Anyone help? Thanks!
© Stack Overflow or respective owner