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