PDA

View Full Version : Category ID Redirect help



spirit17
November 14th, 2005, 15:55
hi. i can't figure out how to redirect a url like http://www.blah.net/index.php?categoryid=9 to blah.net but also let the user access http://www.blah.net/index.php?categoryid=9&p13_sectionid=1 in the htaccess file. any idea's?

spirit17
November 15th, 2005, 21:00
so i'm guessing no one has a clue in here....

si-jerome
November 16th, 2005, 01:06
I must be missing something. I don't fully understand what you mean by "access cat=13&sec=1 in the htaccess file." When I read your question, all I think of is checking the categoryid number and if it's 9, post a location header to redirect to blah.net and if it's 13, carry on with whatever you planned on doing with the htaccess file.

Can you maybe explain what you're trying to do a little more?