View Issue Details

IDProjectCategoryView StatusLast Update
0000794OXID eShop (all versions)6. ------ Setup -------public2009-04-15 12:25
Reporteroxenbash Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version4.0.1.0 revision 15990 
Summary0000794: Redirect Loop
DescriptionHello! I have a problem with first step after setup OXID CE on Gentoo Linux: "Redirect Loop" is displayed when I any link clicking.
TagsNo tags attached.
Theme
BrowserFireFox 3.x
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-04-14 09:18

reporter   ~0000747

Reminder sent to: oxenbash

Hi,

Such problem can occur in very special case, when your shop is installed in deep subdirectory (the path to shop is long), and suhosin module is installed on server. In this case suhosin truncates the sending url according to defined suhosin.get.max_value_length.
Please check this localy if this is the case. If yes - it should work when this value is increased to suhosin.get.max_value_length=1024.

Best regards,

philipp_grashoff

2009-04-14 09:41

reporter   ~0000750

The problem could also be a mod_rewrite setting. People having the same problem solved it by adding "RewriteBase /" to .htaccess.
See forum thread (german):
http://www.oxid-esales.com/de/resources/forum/german-forum/umleitungsschleife

dainius.bigelis

2009-04-15 12:25

reporter   ~0000763

The reason is in the configuration of environment. So no change is required for OXID eShop.