using htaccess to redirect certain requests to a php file along with variables
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-06-10T05:53:51Z
Indexed on
2010/06/10
6:02 UTC
Read the original article
Hit count: 363
Im trying to find how to take a page request such as http://www.domain.com/sam/?dog=woof&cat=meow
and send it to http://www.domain.com/animals.php?dog=woof&cat=meow
Ive tried a few things ive found on here, or i adapted them i should say, but i keep getting either nothing, or infinite loops.
Any ideas?
© Stack Overflow or respective owner