tommyda Posted January 13, 2008 Share Posted January 13, 2008 I recently paid a php developer for a script which is basically just like a directory. http://www.mysite.com/index.php?cat1=blue http://www.mysite.com/index.php?cat1=blue&cat2=jeans How would i mod rewrite the urls to work with the following? http://www.mysite.com/blue http://www.mysite.com/blue/ http://www.mysite.com/blue/jeans http://www.mysite.com/blue/jeans/ I currently have the mod rewrite setup but when i miss the forward slash i get errors Please can someone help me !?!?! Link to comment https://forums.phpfreaks.com/topic/85827-mod-rewrite-problem-please-help/ Share on other sites More sharing options...
madmax Posted January 13, 2008 Share Posted January 13, 2008 Sorry I doubt if anyone will be able to help debug your mod_rewrite without the ruleset What's wrong with PHP redirection ??? It's so easy and there's umpteen examples you can Google - I find it hard to believe you paid someone lol! Link to comment https://forums.phpfreaks.com/topic/85827-mod-rewrite-problem-please-help/#findComment-438078 Share on other sites More sharing options...
tommyda Posted January 13, 2008 Author Share Posted January 13, 2008 I did pay some one for the script it has more features but i just need the structure to change if there are any gurus that can help me ill be willing to pay you Pm me your msn address Link to comment https://forums.phpfreaks.com/topic/85827-mod-rewrite-problem-please-help/#findComment-438093 Share on other sites More sharing options...
madmax Posted January 13, 2008 Share Posted January 13, 2008 I currently have the mod rewrite setup but when i miss the forward slash i get errors Is there a problem with posting the relevant mod_rewrite section??? Link to comment https://forums.phpfreaks.com/topic/85827-mod-rewrite-problem-please-help/#findComment-438385 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.