ok, i had mod_rewrite working perfect: whenever some one entered
www.url.com/browse/Pop/10 it would go to
www.url.com/browse.php?category=Pop&id=10

Then I created an actual browse folder in the site root with index.php as
the only file in that folder to take over the position of the browse.php
file. and now it doesnt work at all. Now, whenever someone visits
www.url.com/browse/Pop/15, I want it to go to
www.url.com/browse/index.php?category=Pop&id=10 but it doesnt work. Instead,
it sends it to somewhere like this:
http://www.url.com/browse/index.php?category=index.php

What the hell is going on??


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to