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!!! Quote 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 Quote 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... Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.