View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005242 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2013-06-24 17:15 | 2024-09-16 11:36 |
Reporter | Bergfreunde | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | 4.7.5 / 5.0.5 | ||||
Summary | 0005242: Can't use "core" etc. as Brand because of incomplete rewritecond | ||||
Description | Can'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 Reproduce | 1. Add a manufacturer "core" (lowercase!) 2. Go to: http://demoshop.oxid-esales.com/professional-edition/en/By-Manufacturer/core/ | ||||
Tags | Manufacturer | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||