It's actually a very simple and easy thing to do. You need to do 301 redirects for your old pages to your new ones using an htaccess file.
Here is a tutorial to help you out.
How to Redirect a Web Page Using a 301 Redirect
I hope that helps.
I am changing my html pages to php and obviously don't want to lose on search engines. I know I can redirect them but don't know how.
It's actually a very simple and easy thing to do. You need to do 301 redirects for your old pages to your new ones using an htaccess file.
Here is a tutorial to help you out.
How to Redirect a Web Page Using a 301 Redirect
I hope that helps.
babrees (05-12-08)
You could also keep the html pages and just have them processed as a php page by adding this in your .htaccess, otherwise redirect as suggested by style for home.
PHP Code:AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html
Thanks! - went the route of style for home and works a treat![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks