How can I make the home page the video page while still maintaining the option to change the home page back to the home page at a later time in the websites development?
Hello, Please explain little bit more about your issue. Do you want a particular page as a home page or first page??? Thanks & Regards Pramod
At present, I have the pages - Home, Videos, About and Contact. The Home page is the first page that displays upon entering my website. I would like to change it so that the 'Videos' page is the first page seen when going to my URL.
Hello, Follow below link to make Videos page as your first page when any one visits your site. http://screenpresso.com/=xyx4c Thanks & Regards Pramod
Hi, I followed that but what it does is make the 'Videos' Page the Front Page, but the content of the video page is changed to be a replica of the original front page. I would like to keep the content of the Videos page as is but make it the first page the user sees when going to my URL. The above instructions make the Video page the front page but in doing so, change the content of the videos page to mimic the original front page.
What about through some html or javascript such as: <meta http-equiv="refresh"content="0; url=http://new.example.com/address"/> or <script language="javascript"> window.location ="http://new.example.com/address";</script> Is it possible to integrate either of those?