View Single Post
Old 04-11-2007, 09:54 PM   #2 (permalink)
Arenlor
Contributing Member
 
Join Date: 01-02-07
Location: PA, USA
Posts: 194
iTrader: 0 / 0%
Latest Blog:
None

Arenlor is liked by somebodyArenlor is liked by somebodyArenlor is liked by somebodyArenlor is liked by somebody
Send a message via ICQ to Arenlor Send a message via AIM to Arenlor Send a message via MSN to Arenlor Send a message via Yahoo to Arenlor
I don't know .htaccess but I know it'd take what I believe is called the rewrite module or something along that line, but it can be done in php through using
PHP Code:
$cat $_GET['category'];
$id $_GET['Itemid'];
if(
$id != '' || $cat != ''){
header("Location:index.php");

That SHOULD work, and I'm sure someone will be along shortly to show you the .htaccess.
Arenlor is offline   Reply With Quote