Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: sub domain help |
|
Author |
|
domino123
Joined: 26 Nov 2011 Posts: 7
|
Posted: Sat 26 Nov '11 21:46 Post subject: sub domain help |
|
|
i coverted my personal site in to a school project so i wanted to move my website from platinum-browser.tk to admin.platinum-browser.tk and it worked after setup but tried it today and it didnt work.
my website uses dot.tk website domain and the host is my computer at home. i use godaddy dns manager because i ran in to problems with dot.tk my virtual host list is this
# Use name-based virtual hosting.
NameVirtualHost *:80
<VirtualHost *:80>
ServerName platinum-browser.tk
DocumentRoot "D:/WWW"
CustomLog logs/main.access.log combined
ErrorLog logs/main.error.log
<Directory D:/WWW>
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName admin.platinum-browser.tk
DocumentRoot "D:/admin"
CustomLog logs/admin.access.log combined
ErrorLog logs/admin.error.log
</VirtualHost>
and my dns manager has admin.platinu-browser.tk going to the same ip but its not working where im i going wrong and yes i have it enabled in config file
ok changed nothing and today it works can someone tell me if there is a glitch or what and if i have a mistake somewhere that will make it a hit and miss |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3091 Location: Hilversum, NL, EU
|
Posted: Mon 28 Nov '11 21:10 Post subject: |
|
|
Hard to help you, because it is sometimes working. Does not look an Apache issue, more a DNS/Network issue.
Steffen |
|
Back to top |
|
|
|
|
|
|