View Issue Details

IDProjectCategoryView StatusLast Update
0000913OXID eShop (all versions)4.09. SEO, SEO URLpublic2012-12-10 13:35
Reporterphilipp_grashoff Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.2 revision 18998 
Fixed in Version4.1.3 revision 19918 
Summary0000913: When entering a SEO URL manually, the old SEO URL does not work any more
DescriptionWhen manually editing the SEO URL of a product or category in SEO tab, the old SEO URL does not work any more: "Page not found" is shown.

The old SEO URL should redirect to the new one.
Additional InformationDidnt check manufacturers and distributors, but I guess it's the same.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

philipp_grashoff

2009-05-19 16:39

reporter   ~0000937

Same case when renaming or moving products:
1) rename product
2) reset SEO IDs
3) call old SEO URL => "Page not found"

Same when moving product to another category. Actually, redirecting from old SEO URLs doesn't seem to work at all.

arvydas_vapsva

2009-05-25 15:41

reporter   ~0000947

i agree with all notices except "moving product to another" as there is no possibility to move, you can only assign and it means generation of new path etc.

arvydas_vapsva

2009-05-25 15:44

reporter   ~0000948

fixed by adding code line to object_seo::save() method:

    // marking self and page links as expired
    $oEncoder->markAsExpired( $sOxid, $this->getconfig()->getShopId(), 1, $this->_iEditLang );