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.

htaccess URL rewrite

Discussion in 'Site & Server Administration' started by nvidura, Sep 10, 2011.

  1. #1
    Solved! View solution.
    nvidura, Sep 10, 2011 IP
  2. #2
    I guess this would depend on what kind of redirect you're looking for, but if you wanted a 301 redirect you could use the following:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /
    RewriteRule ^(.*)\.do$ http://www.yoursite.com:8080/folder/$1.do [R=301,L]
    Code (markup):
     
    mjda, Sep 14, 2011 IP