TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 08-15-2009, 08:16 AM   #1 (permalink)
The Wanderer
 
Join Date: Aug 2009
Location: tilburg, netherlands
Posts: 5
Thanks: 1
gamerNL is on a distinguished road
Default how can i make a sub domain using xampp server

hi everybody who's reading this,

can anyone tell me and explain me how to make a sub domain
by using xampp server? i do have a domain bi0hazard.tk
thats the domain to my site but i want some sub domains called
like: games.bi0hazard.tk, server.bi0hazard.tk, forum.bi0hazard.tk
please can you help me with this. it will help very much.

thanks for reading

dennis kluytmans,
Send a message via MSN to gamerNL
gamerNL is offline  
Reply With Quote
Old 08-15-2009, 06:01 PM   #2 (permalink)
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

Quote:
Originally Posted by gamerNL View Post
hi everybody who's reading this,

can anyone tell me and explain me how to make a sub domain
by using xampp server? i do have a domain bi0hazard.tk
thats the domain to my site but i want some sub domains called
like: games.bi0hazard.tk, server.bi0hazard.tk, forum.bi0hazard.tk
please can you help me with this. it will help very much.

thanks for reading

dennis kluytmans,
Use the apache virtual hosts.

Example...

Code:
<VirtualHost *:80>
    ServerAdmin first.last@sub.domain.tld
    DocumentRoot "C:/path/to/htdocs"
    ServerName localhost
    ServerAlias localhost
    ErrorLog "logs/error.log"
    CustomLog "logs/access.log" common
</VirtualHost>
__________________
My Site
adamdecaf is offline  
Reply With Quote
Old 08-15-2009, 09:24 PM   #3 (permalink)
The Wanderer
 
Join Date: Aug 2009
Location: tilburg, netherlands
Posts: 5
Thanks: 1
gamerNL is on a distinguished road
Default

every time i tried that my server go's out of air
and wont start until I delete the config I made
__________________
don't life today but life tommorow
Send a message via MSN to gamerNL
gamerNL is offline  
Reply With Quote
Old 08-16-2009, 05:42 PM   #4 (permalink)
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

Quote:
Originally Posted by gamerNL View Post
every time i tried that my server go's out of air
and wont start until I delete the config I made
Then the command is wrong, aka the syntax behind it is missing something.
__________________
My Site
adamdecaf is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
ldap server Gibou Advanced PHP Programming 4 07-10-2008 10:38 AM
how to query the availability of a domain? sarmenhb Absolute Beginners 1 06-25-2008 11:30 PM
Running a Server CMellor The Lounge 9 12-31-2007 10:15 PM
several domains in one server Fba24 Absolute Beginners 3 10-10-2007 02:30 PM


All times are GMT. The time now is 12:01 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design