Quote:
|
Originally Posted by Valor
Hello, perhaps this is a simple question, but I haven't really found any area that explain's php/phpnuke clearly. I want to link a subdomain from the "main module" listing. How would I do this?
In other words... My page is www.dkguild.com, I want to create a totally different page which will be 9mm.dkguild.com. But, I want to have a link of 9mm.dkguild.com right in the "Main" menu.
|
First you need to create the subdomain 9mm.dkguild.com on your server. You can do this using a .htaccess file or some webhosts provide this option through some sort of control panel that you use.
Regardless, that is your first step. In your ROOT directory you will have to create a folder with the same name
9mm. In it is where you place your "other" site or pages or whatever you were wanting to make the link to.
Then once your subdomain is active, which if it is you should be able to access it by typing in your browser
9mm.dkguild.com
all you do then is make a link on your MAIN page to your subdomain.
Check
http://help.powweb.com/tutorials/htaccess/subdomain.php tutorial on some ways to create a subdomain. This is one server I use and they have an excellent help tutorial. Some of the information on different methods may ot be applicable to your server however.
mikem