Results 1 to 4 of 4

Thread: Help with Mod_Rewrite

  1. #1
    Join Date
    May 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Mod_Rewrite

    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!

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Rewrite it to what?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    May 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry, it needs to just be a static-looking url, for example www.4design4style.com/boutique/page.php

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Code:
    RewriteRule ^boutique/([^/]+)/([^/]+)/([^/]+)/? boutique.php?sub1menu=$1&sub2menu=$2&sub3menu=$3
    How's that?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •