View Issue Details

IDProjectCategoryView StatusLast Update
0000483OXID eShop (all versions)6. ------ Setup -------public2009-01-06 10:47
Reporterdainius.bigelis Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.0.0.2 revision 14967 
Summary0000483: Disable some options in .htaccess file when mod_rewrite is OFF
DescriptionWhen mod_rewrite is OFF on server, during setup the Internal Server Error page occurs (500 error).
In this case user cannot see what is the problem and what requirement is missing in shop environment.
When the mod_rewrite is OFF on server, some of the options in .htaccess file should be disabled for possibility to perform System Requirements check and display missing requirements for user.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-01-06 10:47

reporter   ~0000334

some options in .htaccess file moved to:
<IfModule mod_rewrite.c>
...
</IfModule>