SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Need to redirect static page to query string

Hybrid View

  1. #1
    SitePoint Zealot
    Join Date
    Dec 2010
    Posts
    167
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Need to redirect static page to query string

    I need to redirect mysite/join to mysite/join?2e957e

    My current rewrite condition is failing

    RewriteRule ^join.php/?$ join?2e957e [NC,L]

  2. #2
    Do. Or do not. There is no try silver trophy
    SitePoint Award Recipient ScallioXTX's Avatar
    Join Date
    Aug 2008
    Location
    The Netherlands
    Posts
    8,397
    Mentioned
    88 Post(s)
    Tagged
    2 Thread(s)
    If you want to redirect mysite/join, why does you rule say mysite/join.php ?
    Rémon - Hosting Advisor

    Minimal Bookmarks Tree
    My Google Chrome extension: browsing bookmarks made easy

  3. #3
    SitePoint Zealot
    Join Date
    Dec 2010
    Posts
    167
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Ha true.. I actually fixed this in the php. I guess I didn't need mod_rewrite.

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
  •