1
editor
Use problem with server in port 8081
  • 2004/2/1 7:40

  • editor

  • Just popping in

  • Posts: 15

  • Since: 2004/2/1 7


Hi guys,

In my system is all ok in local mode, but i have a big problem. Well, my server run slackware with apache in port 8081 and php, MySQL is all ok...in local mode. When I try conect from another place puting in the browser direct http://[myip]:8081 XOOPS dont run. I have others html files tests and phpinfo.php and that files run correctly.
I dont know whats hapen because the remote browse load a half index.php with brokens links, like http://localhost:8081/image.gif, by e.g., and all others links with http://localhost:8081/file.php, gif.
Another problem is the e-mail notification to new users. The link send with http://localhost:8081/[act.key]
What can I do to XOOPS work perfectly in both situations?
Thaks for any help.

2
robekras
Re: Use problem with server in port 8081
  • 2004/2/1 8:41

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


You can access XOOPS only with the URL you have given in the mainfile.php
If you have the following:

define('XOOPS_URL', 'http://localhost');

You access XOOPS with http://localhost

Supposed your PC have the following IP you can write:

define('XOOPS_URL', 'http://192.168.0.10');

then you can access XOOPS with the IP.

If you are running XOOPS as an intranet site
you can define the following:

define('XOOPS_URL', 'http://intranet');

If you have a DNS running within your intranet make an entry.
If not, make an entry into every PC's hosts file.


Login

Who's Online

300 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 300


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Aug 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits