Log in

View Full Version : Help with Mod_Rewrite



swiftmed
06-07-2006, 05:23 PM
Hello guys,

im after a bit of help. I have a very basic knowledge of the mod_rewrite feature on apache, on another thread i have been given little tips and advice which have helped, but none seems to have cracked the task i need done. I have read about 10 articles and tutorials.

If you could go to www.4design4style.com, on the right hand side you will see the three drop down boxes, if you click the "Go" button a page will be displayed. i need to rewrite the URL of that page, if someone could give me an example of the rewrite rule to do that, i would be VERY greatfull. I dont mind paying for someones advice...as long as i can get it working.

Please let me know if anyone can help? Thanks Guys!

Twey
06-07-2006, 05:30 PM
Rewrite it to what?

swiftmed
06-07-2006, 05:50 PM
Sorry, it needs to just be a static-looking url, for example www.4design4style.com/boutique/page.php

Twey
06-07-2006, 06:44 PM
RewriteRule ^boutique/([^/]+)/([^/]+)/([^/]+)/? boutique.php?sub1menu=$1&sub2menu=$2&sub3menu=$3How's that?