![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Serving and Management how to web server support forum |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Register user
|
How Do I Do This?
OK im totally stumped on this one.
i run my server now with apache,my sql and phpmyadmin (php) how do i make it so i can host my friends site and his forum. i think i know how to host the forum its just the index.html or index.php i think to host his forum i simply make a file in c:\ called like c:\Forumer (This is an example) then i goto apache and make a alias and i think i do the same for the index and all the other pages goto c:\ and make like c:\Serverman (this is an example) and make an alias in apache and then just insert my index.html into it.... please correct me if im wrong but i think thats how you would do it. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
TSF Enthusiast
Join Date: Apr 2005
Location: Chicago, IL
Posts: 1,398
OS: XP Pro, XP Home, Vista Home Basic, Ubuntu Studio
Blog Entries: 2
|
Just give him a FTP account and an empty database with a new user and password. Then he can install his forum on that using the FTP and DB.
BMR777
__________________
Brandon Rusnak Protection: AVG Free Anti Virus :: Windows Defender :: Hosts File :: SiteAdvisor :: ZoneAlarm Quick Fixes: 5 Steps to remove spyware |
|
|
|
|
|
#4 (permalink) |
|
TSF Enthusiast
Join Date: Apr 2005
Location: Chicago, IL
Posts: 1,398
OS: XP Pro, XP Home, Vista Home Basic, Ubuntu Studio
Blog Entries: 2
|
Does Apache have FTP built in? If not, you need an FTP Server program. Quick and Easy FTP Server is a great free app for this.
When you set it up, just make your friend's home directory the same as it is on Apache. Then use Quick and Easy FTP for FTP Connections, and use Apache to serve the HTML/PHP. BMR777
__________________
Brandon Rusnak Protection: AVG Free Anti Virus :: Windows Defender :: Hosts File :: SiteAdvisor :: ZoneAlarm Quick Fixes: 5 Steps to remove spyware |
|
|
|
|
|
#5 (permalink) |
|
Cymru am byth
|
FTP is not what is needed here, I'm afraid.
When you installed Apache, you should have picked the place for the DocumentRoot, that is, the place where the server takes files from. Your friends files will need to go there. If you want, you can put them in a subfolder. And you need a LOT more than an index.php to run a forum. You need to put ALL the files that come with that forum in there. Once all the files are there, visit the URL of the site (or if you put it in a subfolder, visit yoururl.com/subfolder) to see it. If you want your friend to put his files there instead of you, then you should follow BMR77s advice about an FTP server...
__________________
Living with Louie dog's the only way to stay sane _____________________________________________ ... and with those words so begins my lifetime of longing for the devil's warm embrace |
|
|
|
|
|
#6 (permalink) |
|
Manager, Alternative Comp
|
You will need to edit the httpd.conf (Apache config file) and locate the VirtualHost section at the bottom. This will need to be properly modified. You'll also need PHP installed as most forum software is PHP based.
Once the forum software is copied into the DocumentRoot, edit the config.php file and set the database username/password/database name (this is assuming you've already created this through mySQL). From there, visit your site and locate the install.php script (most call it install.php).
__________________
|
|
|
|
|
|
#7 (permalink) |
|
Register user
Join Date: Nov 2005
Location: Australia
Posts: 66
OS: Dual-Boot: Microsoft Windows XP x64 Edition & Red Hat Linux Fedora Core 4
|
Don't worry about it anymore, i helped him fix it
What he needed to do was to extract phpbb again into a new directory (in c:\), create an alias for it, i set up a database, and then installed it for him |
|
|
|
![]() |
| Thread Tools | |
|
|