11
Shelia
Re: Last Resort......
  • 2005/2/4 13:21

  • Shelia

  • Not too shy to talk

  • Posts: 140

  • Since: 2003/6/22


The host "Load Balanced" all the servers. They changed the way php includes are used.

Quote:
This is the simplest method, and works well in scripts that define an install URL their config file.

You can also solve the problem by changing your includes to use either relative paths (path/to/file.html) or full paths (www/u/username/path/to/file.html).

All of the file and include functions that can use URL's are affected by this (eg: include, require, fopen, file, etc).


But, I didn't see any instints were I needed to make any changes to Xoops.

This is my redirect which is in my root in an index.htm page - <meta http-equiv="Refresh" content="0; url=http://mitchryder.com/mrol">

This redirect is not working (after checking error log)it should load the index.php file in /mrol

12
m0nty
Re: Last Resort......
  • 2005/2/4 14:43

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


change

<meta http-equiv="Refresh" content="0; url=http://mitchryder.com/mrol">

to

<meta http-equiv="Refresh" content="0; url=http://mitchryder.com/mrol/index.php">

and that should get your redirect functioning..

with regard to the rest, if i'm thinking correctly it would mean that your urls to modules would need to point to the index.php file directly instead of just the folder..

ie modules/newbb/index.php instead of modules/newbb/

i could be thinking differently there tho..

13
Shelia
Re: Last Resort......
  • 2005/2/4 15:40

  • Shelia

  • Not too shy to talk

  • Posts: 140

  • Since: 2003/6/22


No luck with either redirect codes. The page just times out.

The redirection has to work somewhat because the page background is part of my XOOPS theme. So, my problem must stem from some code in the XOOPS index.php file not working correctly.


Shelia

Login

Who's Online

163 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

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

Latest GitHub Commits