Your are here: Home // Posts Tagged With Host multi-site with one web space
Add-on Domains in Shared Web Hosting
Previously, I used some scripts to meet the requirements of hosting several websites in one share hosting plan. This normally requires URL redirection in several sub-folders, which are accessible for the main domain if you know the exact folder name. Besides, from SEO point of view, all websites share the same usage.
However, the domain add-on function enables the web masters to host several websites...
Using Proper Header Redirects In PHP
This article is extracted from http://mattiasgeniar.be/2008/07/30/using-proper-header-redirects-in-php/
Let’s say you have an old web-page that’s no longer in use. Of course, you’ll want to redirect your users to the correct (new) page. Using PHP, you can modify the headers of a web-page to redirect them to the correct page.
<?php
header("Location: http://www.mydomain.com/newpage.html");
exit();
?>
This...
Share a virtual host with several domains