Jump to content
xisto Community
Grafitti

Ipb Problem On Intranet ...running W2k server

Recommended Posts

I installed PHP, MYSQL, and IPB on my win2000 server on my home network, but i've run into problems and can't figure out what the cause is.If i log in from the server, i can access the forum, browse, add, etc, and admin CP works fine too.if i try to access it from another computer on the network, it loads the index page, but anything i click on gives me a 404 error. if i want to log in to the admin cp over network, it loads the login screen without pictures, and after inputting name/password i get the same error.I probably should get a technician over here to set it up properly, but since they don't have much more of a clue than i do usually, i'd like to be able to point him in the right direction.

Share this post


Link to post
Share on other sites

How did you install your PHP? Shouldn't you have to install apache as well? If you install all this using the individual package, i would recommend you to try out those pre package one, save you a lot of hassle setting up the configuration files. Try WAMP or XAMPP or others, try google

URL for WAMP
https://www.apachefriends.org/index.html

URL for XAMPP
http://www.wampserver.com/en/

Good luck

I installed PHP, MYSQL, and IPB on my win2000 server on my home network, but i've run into problems and can't figure out what the cause is.If i log in from the server, i can access the forum, browse, add, etc, and admin CP works fine too.
if i try to access it from another computer on the network, it loads the index page, but anything i click on gives me a 404 error. if i want to log in to the admin cp over network, it loads the login screen without pictures, and after inputting name/password i get the same error.
I probably should get a technician over here to set it up properly, but since they don't have much more of a clue than i do usually, i'd like to be able to point him in the right direction.


Edited by faulty.lee (see edit history)

Share this post


Link to post
Share on other sites

In that case you might want to check the domain name setting in IIS. I don't have access to it right now, so can't exactly point you to the right place, but shouldn't be too hard. Btw, do you have any problem with other php site/package in your IIS?

And what's the exact link shown in the 404 error page?

The problem seems to be due to domain name or virtual host setting.
Say your server's IP is 192.168.0.1, but in the domain name setting, you put in like localhost or mydomain.com, when you tries to open a link with "./nextpage.php" from another computer in your network, it will try to go to "http://myDomain.com/nextpage.php;. Then if you server doesn't provide name resolution service, that link will fail.

I didn't install Apache, because i had iis on the computer, and from what i read, i should have been able to use that.


Share this post


Link to post
Share on other sites

The exact text shown is:

The page cannot be foundThe page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Please try the following:

* If you typed the page address in the Address bar, make sure that it is spelled correctly.
* Open the localhost home page, and then look for links to the information you want.
* Click the Back button to try another link.

HTTP 404 - File not found
Internet Information Services

Technical Information (for support personnel)

* More information:
Microsoft Support

That makes sense @ the domain name setting.
The only other problem i had with the IIS/PHP is when i installed php, and IIS refused to render the php test page as html. it would just give me the code in text. So i uninstalled it and installed it again, and this time it seemed to work.

Share this post


Link to post
Share on other sites

You might want to checkout some PHP installation tips on IIS. Just Google.

Here are some i think should be useful
http://www.phpbuddy.com/sub_articles.php?other_articles=4
http://forums.xisto.com/no_longer_exists/

The exact text shown is:
That makes sense @ the domain name setting.
The only other problem i had with the IIS/PHP is when i installed php, and IIS refused to render the php test page as html. it would just give me the code in text. So i uninstalled it and installed it again, and this time it seemed to work.


Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.