The links of my feeds point to awkward address (Found/ the document was moved) 15 years 5 months ago #1

  • Horatiu Brinza
  • The Factory's Development Team member.
  • Bucharest
  • Localtime: 16:18
  • Europe/Bucharest
  • Posts: 1425
If your feeds' links point to a page like:

"Found
The document has moved here."

probably followed by a 500 internal server error, you'll have modify a few lines in the "rssfactory_pro.class.php" file. So, around line 460, you'll find:

"header('Status: 301 Moved Permanently');
header('Location:'.$row->item_link);"

please comment these two lines, and add right after them
"global $mainframe;
$mainframe->redirect($row->item_link);"

This hack should do the trick, so the redirect will work as supposed.

The situation occurs only in particular server configuration, more exactly when the server does not support the status http 301.
Don't be afraid to ask dumb questions. They're more easily handled than dumb mistakes.
The administrator has disabled public write access.

Re: The links of my feeds point to awkward address (Found/ the document was moved) 15 years 4 months ago #2

  • peter
  • Localtime: 16:18
  • Europe/Bucharest
  • Posts: 15

LOCKED VIEW - ANSWERS ARE NOT VISIBLE

This is a private forum, open ONLY to licensed customers!

You can purchase a license and the correspondent forum board will be unlocked.

In case of an already existing valid license, just login with your account and you will have access to the complete board.

The administrator has disabled public write access.

Re: The links of my feeds point to awkward address (Found/ the document was moved) 15 years 4 months ago #3

  • Horatiu Brinza
  • The Factory's Development Team member.
  • Bucharest
  • Localtime: 16:18
  • Europe/Bucharest
  • Posts: 1425

LOCKED VIEW - ANSWERS ARE NOT VISIBLE

This is a private forum, open ONLY to licensed customers!

You can purchase a license and the correspondent forum board will be unlocked.

In case of an already existing valid license, just login with your account and you will have access to the complete board.

Don't be afraid to ask dumb questions. They're more easily handled than dumb mistakes.
The administrator has disabled public write access.

Re: The links of my feeds point to awkward address (Found/ the document was moved) 15 years 1 month ago #4

  • peter
  • Localtime: 16:18
  • Europe/Bucharest
  • Posts: 15

LOCKED VIEW - ANSWERS ARE NOT VISIBLE

This is a private forum, open ONLY to licensed customers!

You can purchase a license and the correspondent forum board will be unlocked.

In case of an already existing valid license, just login with your account and you will have access to the complete board.

The administrator has disabled public write access.

Re: The links of my feeds point to awkward address (Found/ the document was moved) 15 years 1 month ago #5

  • Erik F
  • Project Manager
  • Bukarest, Rumänien
  • Localtime: 16:18
  • Europe/Bucharest
  • Posts: 5075

LOCKED VIEW - ANSWERS ARE NOT VISIBLE

This is a private forum, open ONLY to licensed customers!

You can purchase a license and the correspondent forum board will be unlocked.

In case of an already existing valid license, just login with your account and you will have access to the complete board.

thePHPfactory Team
The administrator has disabled public write access.