mod rewrite help

Discussion in 'Apache' started by raven2424, Jul 25, 2005.

  1. #1
    hello before i start its best to learn so here i am if you could take a look at www.home-loaninfo.com the links are like this index.php?done=what-home-equity-loan.htm i want my links to look like www.home-loaninfo.com/page.htm can a mod rewrite cut out all the crap? if so could someone give me the code needed and let me know were i place it as i belive it goes into the .htaccess file but want to get this write thanks everyone!
     
    raven2424, Jul 25, 2005 IP
  2. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #2
    domain.com/.htaccess

    Options +Indexes
    Options +FollowSymlinks
    RewriteEngine on
    RewriteBase /
    RewriteRule ^(.*).htm$ index.php?done=$1.htm [L]
     
    Nintendo, Jul 25, 2005 IP
  3. raven2424

    raven2424 Well-Known Member

    Messages:
    754
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    160
    #3
    i copyed

    Options +Indexes
    Options +FollowSymlinks
    RewriteEngine on
    RewriteBase /
    RewriteRule ^(.*).htm$ index.php?done=$1.htm [L]

    into my .htacess and nothing changed... do i need to change the way i make my links?? again im new.. help nintendo! :)
     
    raven2424, Jul 25, 2005 IP
  4. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #4
    Nintendo, Jul 25, 2005 IP
  5. raven2424

    raven2424 Well-Known Member

    Messages:
    754
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    160
    #5
    thanks works like a charm!
     
    raven2424, Jul 25, 2005 IP