.htacess rediirect help

Discussion in 'HTML & Website Design' started by b4db0y, Nov 13, 2009.

  1. #1
    I want to redirect http://www.themehero.com/css-design to http://www.themehero.com/category/css/ page.

    Currently i have added the following in the .htaccess but it doesn't work

    Redirect permanent /http://www.themehero.com/css-design http://www.themehero.com/category/css/
    Code (markup):
    .htacess in full
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    Redirect permanent http://www.themehero.com/css-design http://www.themehero.com/category/css/
    
    # END WordPress
    
    Code (markup):
    Please help me thankyou
     
    b4db0y, Nov 13, 2009 IP