1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Using Mod Rewrite For Seach Engine Friendly Urls

Discussion in 'Apache' started by jnarowski, Apr 21, 2006.

  1. #1
    I want to know what permissions I need to use mod rewrite to change the following information

    www.website.com/links.html/5/2/

    TO

    www.website.com/links-5-2.html

    If anyone can provide the .htaccess permissions I would need, that would be much appreciated. I am very new to HTACCESS and Mod Rewrite, so forgive me if I seem niaeve.

    -John Paul
    Amishtables.com
    Pureimpressions.net
     
    jnarowski, Apr 21, 2006 IP
  2. terryuk

    terryuk Notable Member

    Messages:
    3,962
    Likes Received:
    319
    Best Answers:
    0
    Trophy Points:
    255
  3. Tekime

    Tekime Well-Known Member

    Messages:
    773
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    140
    Digital Goods:
    1
    #3
    OTOH something like this.

    RewriteRule ^links\.html/(.*)/(.*)/$ /links-$1-$2.html
    Code (markup):
     
    Tekime, Jun 16, 2006 IP