Carson 0 Report post Posted February 17, 2008 This tutorial is about how to setup a website after you have setup a forum. That means, you have a forum, and are wanting to add a website. This tutorial will show you how to create the website in your root directory(Example: http://www.domainname.com/), while your traffic gets redirected to your forum while you are creating it, until you're ready for guests to see it. This method is opposed to setting it up in another directory, then moving it(particularly more time consuming if you're site is PHP based). First of all, you are going to want to setup a redirect from your root directory to your forum directory. To do this, login to your CPanel, then under "Site Management Tools" goto "Manage Redirects". On this page you should see your subdomain of Xisto with an input box at the end. Leave this box empty. Doing so will redirect your root directory. Now moving across to the next box, type in your domain/subdomain where your forum is located. For example: "http://myDomain.com/forums/;. Dont forget to use www. if your forum has problems without. Some forums will log you out because of cookies if www. is or isnt included in the URL. Leave the drop-down box on temporary, and click "add". Now goto your domain/subdomain in your browser. You should be redirected to your forum. If not, read back over the redirecting part of the tutorial and see what you did wrong. If you use an index.php file in your root directory, this method will not work(unless you use .html, but it is easier to use this method)Next is to install/upload your website. This should contain and index file. Goto your domain this time adding the index file to the url. For Example: http://yourdomain.com/index.php. Now all that is left to do is create your website. It is in it's final location so there is no need to move it anywhere, and when it is finished, you just have remove the redirect in your CPanel, and its all done. Share this post Link to post Share on other sites
[John] 0 Report post Posted February 19, 2008 or you could just create it as index.php then move the forum later :Pi believe index.html has read priority over index.phpyou can experiment around and see which one is read first by putting an index.php, index.htm, and index.html in the home folder... there are many ways to develop while having a forum up and running, nice guide! Share this post Link to post Share on other sites
hitmanblood 0 Report post Posted February 20, 2008 or you could just create it as index.php then move the forum later i believe index.html has read priority over index.phpyou can experiment around and see which one is read first by putting an index.php, index.htm, and index.html in the home folder... there are many ways to develop while having a forum up and running, nice guide! This is just rgardin priority. The thing about priority should be checked with apache since in configuration file of apache there is prority and depends how your apache server is set up and which priority is written first. Also I would like to note eventhough this might not be needed said important thing is that this depends on variaous cases so the problem is that one operation that is procedure on one system might be completly different. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted February 20, 2008 Or you can always combine the two. Have a Forum embedded into your site.http://forums.xisto.com/topic/51956-adding-an-aef-forum-to-snews-cms-almost-integrated/ Share this post Link to post Share on other sites