skippy Posted September 7, 2009 Share Posted September 7, 2009 I'm installing an auction script and everything was working correctly until I started adding sub-categories to my sub-categories and it is now doing something wacky... its returning this <-- http://wickedbids.com/browse.php/id=2 --> instead of this <-- http://wickedbids.com/browse.php?id=2 --> any ideas as to why??? please help!!! Link to comment https://forums.phpfreaks.com/topic/173372-php-script-help-phpid-phpid/ Share on other sites More sharing options...
dreamwest Posted September 7, 2009 Share Posted September 7, 2009 htaccess Link to comment https://forums.phpfreaks.com/topic/173372-php-script-help-phpid-phpid/#findComment-913944 Share on other sites More sharing options...
skippy Posted September 7, 2009 Author Share Posted September 7, 2009 hmmm... don't really know what that means... sorry... Link to comment https://forums.phpfreaks.com/topic/173372-php-script-help-phpid-phpid/#findComment-913954 Share on other sites More sharing options...
dreamwest Posted September 7, 2009 Share Posted September 7, 2009 take a look at the file .htaccess find line : browse.php/id=(.*) browse.php?id=$1 Theres nothing wrong with it , it all does the same thing Link to comment https://forums.phpfreaks.com/topic/173372-php-script-help-phpid-phpid/#findComment-913957 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.