View Issue Details

IDProjectCategoryView StatusLast Update
0005242OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2023-11-20 13:42
ReporterBergfreunde Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status confirmedResolutionopen 
Product Version4.7.5 / 5.0.5 
Summary0005242: Can't use "core" etc. as Brand because of incomplete rewritecond
DescriptionCan't use "core" etc. because of incomplete rewritecond

Responsible Rows:
RewriteCond %{REQUEST_URI} !(\/admin\/|\/core\/|\/application\/|\/export\/|\/modules\/|\/out\/|\/setup\/|\/tmp\/|\/views\/|\/basislager\/wp-comments-post\.php|\/basislager\/feed)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !(\.html|\/|\.jpg|\.css|\.pdf|\.doc|\.gif|\.png|\.js|\.htc)$ %{REQUEST_URI}/ [R=301,L]

RewriteCond %{REQUEST_URI} !(\/admin\/|\/core\/|\/application\/|\/export\/|\/modules\/|\/out\/|\/setup\/|\/tmp\/|\/views\/)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (\.html|\/|basislager\/wp-comments-post\.php)$ oxseo.php

Could it be ("!" changed to "!^"):

RewriteCond %{REQUEST_URI} !^(\/admin\/|\/core\/|\/application\/|\/export\/|\/modules\/|\/out\/|\/setup\/|\/tmp\/|\/views\/|\

RewriteCond %{REQUEST_URI} !^(\/admin\/|\/core\/|\/application\/|\/export\/|\/modules\/|\/out\/|\/setup\/|\/tmp\/|\/views\/)
Steps To Reproduce1. Add a manufacturer "core" (lowercase!)
2. Go to: http://demoshop.oxid-esales.com/professional-edition/en/By-Manufacturer/core/
TagsManufacturer
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.