NEW APLICATION - I NEED HELP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
marcelobm
Forum Newbie
Posts: 4
Joined: Sun Mar 01, 2009 5:17 am

NEW APLICATION - I NEED HELP

Post by marcelobm »

Hi everyone, i'm developing a new application to build sites, but that is not the problem. the thing is that i want to give the user a subdomain url like user.myapplication.com and an option to register a domain name that will point to the place of the site.

How can I achieve this?

Thank you all in advance.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: NEW APLICATION - I NEED HELP

Post by jaoudestudios »

Drop into shell from php modify the vhost file and restart apache (graceful restart might be enough), then go back into php
Post Reply