Forum Moderators: phranque

Message Too Old, No Replies

Virtual Host using Apache with PhpTriad

Server configuration help needed

         

benaya

10:52 am on Dec 29, 2006 (gmt 0)

10+ Year Member


Hi,
Can any pls tell me how to create subdomains using Apache Server 1.3.23 in PhpTraid in Virtual Host in httpd. I have created.

<VirtualHost *:*>
ServerAdmin webmaster@mydomain.localhost:8080
DocumentRoot c:\apache\htdocs\myFolder
ServerName mydomain.localhost:8080
</VirtualHost>

i am using window xp in that i am running phptriad. when i entered in address http://localhost:8080 its running when i entered http://localhost:8080/ and folder its redirecting to http://mydomain.localhost:8080/tmp but no page is display but the folder and the pages are there. Pls can u help me.

Advances Thanks.

jdMorgan

5:46 pm on Dec 29, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I see several problems with that configuration code, so I recommend that you start here [httpd.apache.org] with the directives and the name-based virtual hosting section.

Jim