logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: intranet xampp, can see admin page, but not local sites
Author
dugal



Joined: 07 Oct 2008
Posts: 2

PostPosted: Tue 07 Oct '08 15:00    Post subject: intranet xampp, can see admin page, but not local sites Reply with quote

I have installed xampp for my school to use as an intranet. I have also installed wordpress on that system. It works fine on local computer.


Now, I can see the XAMPP home page from other computers, but can't find any of the folders located in the XAMPP/htdocs folder?

Is this possible or am I missing something compeletly?

clab is the host computer name and 192.168.22.47 is ip address

i have tried to go to http://clab30/wordpress/index.php

and

http://192.168.22.47/wordpress/index.php

and

http://192.168.22.47/xampp/wordpress/index.php

Any suggestions?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Tue 07 Oct '08 20:20    Post subject: Reply with quote

Do you want to serv that domain only inside your LAN?
I think you set up a vhost with that name clab30

Than there are two possible solutions

you can create in each PC in LAN an entry in the hosts file.
%windir%\system32\drivers\etc\hosts

or

you can set up a DNS server that all PCs know that name.
Back to top
dugal



Joined: 07 Oct 2008
Posts: 2

PostPosted: Wed 08 Oct '08 14:12    Post subject: Reply with quote

Thanks James for the answer, turns out it was a wordpress setting that was wrong. I needed to change the home url inside wordpress from localhost to clab30.

Thanks for taking the time to give suggestions. Have a good one.
Back to top


Reply to topic   Topic: intranet xampp, can see admin page, but not local sites View previous topic :: View next topic
Post new topic   Forum Index -> Apache