help me with adding .html to my pages using htaccess

Discussion in 'Search Engine Optimization' started by Mido, Nov 10, 2006.

  1. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #21
    RewriteRule ^file/([^.]+)/([^.]+)/([^.]+)\.html$ file.php?$1=$2

    instead of

    RewriteRule ^file/([^.]+)/([^.]+)\.html$ file.php?$1=$2

    file/whatever/whatever/title.html

    and have spaces changed to - and have all special characters taken out.

    aka, a /([^.]+) added before \.html on the line for the script that you want the change at.
     
    Nintendo, Nov 21, 2006 IP
  2. Mido

    Mido Well-Known Member

    Messages:
    1,438
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    158
    #22
    Nintendo i failed to do this i have no expeirnce with htaccess and modrewrite so can i pm you with the htaccess and the files names used in my site so you can make this ?
    thank you .
     
    Mido, Nov 27, 2006 IP
  3. marod0er

    marod0er Active Member

    Messages:
    41
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    93
    #23
    Having the file names end in "/", "nothing" or ".html" won't have an impact, seo wise.
     
    marod0er, Nov 27, 2006 IP
  4. jaguar-archie2006

    jaguar-archie2006 Banned

    Messages:
    631
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #24
    great, nice and useful thread.
     
    jaguar-archie2006, Nov 27, 2006 IP
  5. Mido

    Mido Well-Known Member

    Messages:
    1,438
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    158
    #25
    So what will make the deep impact :D ?
     
    Mido, Nov 27, 2006 IP
  6. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #26
    For each script, post an example of the original URL (whatever.php?yes=blah), and an example of how you want the URL (whatever/yes/blah.html).

    tell.php
    download.php
    code.php
    file.php
    showfile.php
    vote.php
     
    Nintendo, Nov 27, 2006 IP
  7. Mido

    Mido Well-Known Member

    Messages:
    1,438
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    158
    #27
    i can pm u with link to download the script that i need my links to be like it so you can decide the required files .
     
    Mido, Nov 28, 2006 IP
  8. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #28
    Or just PM me the URL of the index page of what you got set-up.
     
    Nintendo, Nov 28, 2006 IP