I'm new to this topic. I am planning to subscribe Contents from a contents Supplier for my website. They will set up my page data in the following URL: http://abccompany.contentssite.com/product1.htm Let say my domain is "www.abccompany.com". How can I make my URL "www.abccompany.com/product1.htm" to access above page?
You can use a redirect script: <?php header( 'Location: http://www.yoursite.com/new_page.html' ) ; ?> Code (markup):
Is it SEO friendly? My objective is to have all pages provided by my contents supplier (in URL: mysite.contentssite.com/pageNNN ) indexed under my domain name (i.e. www.mysite.com/pageNNN ). It will involve a global URL translation. Can we do it if our host is running MS IIS server? Hope DP readers can help. Thanks in Advance...