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.

redirct 301 old links to new links

Discussion in 'Apache' started by mhmdkhamis, Sep 24, 2008.

  1. #1
    hi people

    i need rule to redirct old links to new links

    i have this links

    http://site.com/986.html

    i need to redirct this link to my new links now

    http://site.com/986-(.*).html



    this is old redirct in .htaccess

    RewriteRule ^([0-9]+).html file.php?f=$1 [L]

    and this is the new which i use
    RewriteRule ^([0-9]+)\-(.*)(\.html)$ file.php?f=$1 [L]

    thanks
     
    mhmdkhamis, Sep 24, 2008 IP