puffyz
Feb 10th 2008, 10:05 pm
I am trying to make the site dynamic based on two parameters:
RewriteRule ^(.*)/(.*)$ /category.php?type=$1&query=$2 [L]
www.url.com/producer/him
but when I put that in,
none of my dir work, such as
/images
so how can I get around this without putting a word indicator in url or typing out every option in htaccess?
Thanks.
RewriteRule ^(.*)/(.*)$ /category.php?type=$1&query=$2 [L]
www.url.com/producer/him
but when I put that in,
none of my dir work, such as
/images
so how can I get around this without putting a word indicator in url or typing out every option in htaccess?
Thanks.