Problem With Solutions

Something Different In Linux

Home » htaccess » Redirect one page to another page by using .htaccess

Redirect one page to another page by using .htaccess

Posted by Rishikesh Vispute Categories: htaccess

Add the following rule in .htaccess file

1) If you want to redirect one page to another page, add the following code to the file, on a single line.

redirect 301 /old-file-name.htm   http://www.domain.com/new-file-name.htm


Optimized by SEO Ultimate