Magento – Magento product url gives 404 page

404-pageenterprise-1.14url-keyurl-rewrite

I am running in to weird issue.When i try to access the product url its going to 404 page.Its happening for for some products.

I tried to reindex,clean cache ,removed the url from url key in admin and saved again.

Still the same issue. any help would be greatly appreciated. This enterprise 1.14.2.0 upgraded from EE 1.9.

Best Answer

If product URLs issue is still same after re-index the indices. Then please perform following step carefully.

If your store is live then please put site on maintenance mode using (maintenance.flag file) for some minutes while you perform following steps.

Step 1: Take a backup of table core_url_rewrite

Step 2: TRUNCATE (empty) TABLE core_url_rewrite

Step 3: Now re-index the indices .(Try re-index from SSH if possible.)

Related Topic