Results 1 to 4 of 4
  1. #1
    komrad is offline Freshman
    Join Date
    Aug 2008
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default apache rewrite rule format

    Hello all,

    I have dynamic pages that look like this.

    /index.php?purl=text_variable_with_underscore_2355. html

    What would be the rewrite rule to get them to look like this.

    /text_variable_with_underscore_2355.html

    Their is no other page besides index.php for this site.

    Thanks

  2. #2
    prptl709 is offline Sophomore
    Join Date
    Feb 2011
    Posts
    67
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Question hi

    This is rule or what?

  3. #3
    ArtHart is offline Freshman
    Join Date
    May 2011
    Location
    Clearwater, FL 33755
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    Try:

    Options +FollowSymlinks
    RewriteEngine On
    RewriteBase /
    RewriteRule /index\.php\?purl=(.*)$ /$1

  4. #4
    memolipascal is offline Freshman
    Join Date
    Dec 2011
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    For a long time. I'm having this problem. Now solved. Thank you.

Similar Threads

  1. Enable Url Rewriting on Apache Server 2.x
    By manik in forum Apache Server
    Replies: 10
    Last Post: 09-26-2011, 07:42 AM
  2. What is Apache?
    By antonclovelly in forum Web Development - Programming & Coding
    Replies: 0
    Last Post: 05-17-2010, 06:29 AM
  3. URL Rewrite Technologies
    By Abina in forum ColdFusion
    Replies: 1
    Last Post: 01-31-2010, 11:05 AM
  4. How to add HTML code to format in CFMAIL
    By Abina in forum ColdFusion
    Replies: 1
    Last Post: 01-31-2010, 10:45 AM
  5. Currency Format script
    By JavaScriptBank in forum JavaScript & AJAX
    Replies: 0
    Last Post: 01-21-2010, 08:46 PM

Tags for this Thread

Posting Permissions

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