FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Looking to host myself. Pleas help

 


imagefree
I am looking to host my upcoming website myself on my laptop.
I have win XP on it but at the same time i need functionality of PHP and MYSQL so i am using XAMPP.
I have a dedicated connection and a dedicated IP too.

My Question is how to host more than 1 websites from the same computer using the above configuration.

Can someone provide me complete guide?
Thanks.
rvec
if you have xampp installed you can just put another site in another dir (not the www one) and add this to httpd.conf (found somewhere with the other apache config files)
Code:
<Directory "c:/your/webdir/">
    Options Indexes FollowSymLinks
    AllowOverride all
    Order Deny,Allow
    Allow from all
</Directory>
Reply to topic    Frihost Forum Index -> Scripting -> Website Software

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.