|
Page redirection is frequently needed when launching a new website, and this can be done easily with .htaccess
Below is an example of our redirection setting, which our old "product.php" page has been renamed to "web_scripts.php":
Redirect 301 /product.php http://www.esoftpro.com/web_scripts.php
|
Add to Favourites
Print this Article
|