Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Joomshopping comments 404 error
(1 viewing) (1) Guest
Support forum for customers who have purchased paid JoomSEF extension. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.

TOPIC: Joomshopping comments 404 error

Re: Joomshopping comments 404 error 11 years, 4 months ago #35135

ok now that seemed to have worked. i did not go delete them though becasue there were to many, i just purged urls.

but now i'm stuck with urls like,
www.longboardingsa.co.za/decks/decks/db-.../the-lunch-tray.html
poiting to the site that ends in 404 errors.

Have a look on my facebook page at all those links not working:
www.facebook.com/longboarding.south.africa

any ideas on catching those now? there's only 8 categories and no sub categories, so there should be a simple solution?
The topic has been locked.

Re: Joomshopping comments 404 error 11 years, 4 months ago #35137

  • dajo
  • OFFLINE
  • Posts: 5069
If there are only 8 of them you could create the 301 redirections manually in JoomSEF's 301 Redirects manager. Just follow this guide:
1. Open the JoomSEF's 301 Redirects manager
2. Click the New button in the toolbar
3. Set Moved from URL to "decks/decks/db-longboards/the-lunch-tray.html" (the wrong URL)
4. Set Moved to URL to "shop/decks/db-longboards/the-lunch-tray.html" (the correct URL)
5. Click Save & Close button in the toolbar

Repeat the steps for other categories.
ARTIO Support Team
The topic has been locked.

Re: Joomshopping comments 404 error 11 years, 4 months ago #35138

what i meant was, there's 8 categories, there's way more urls with that problem than 8. each category has many many products so all those urls are floating around out there on fb and google.
The topic has been locked.

Re: Joomshopping comments 404 error 11 years, 4 months ago #35144

  • dajo
  • OFFLINE
  • Posts: 5069
I see, sorry, I understand now.

In that case you could use the following RewriteRule in .htaccess file for each category (this is an example for decks):
RewriteRule decks/decks/(.*) shop/decks/$1 [R=301,L]


Just change the decks parts according to your categories.
ARTIO Support Team
The topic has been locked.

Re: Joomshopping comments 404 error 11 years, 4 months ago #35145

thanks dude, you're being very helpful.
i've added this to my .htaccess:
RewriteRule completes/completes/(.*) shop/completes/$1 [R=301,L]
RewriteRule decks/decks/(.*) shop/decks/$1 [R=301,L]
RewriteRule wheels/wheels/(.*) shop/wheels/$1 [R=301,L]
RewriteRule trucks/trucks/(.*) shop/trucks/$1 [R=301,L]
RewriteRule bushings/bushings/(.*) shop/bushings/$1 [R=301,L]
RewriteRule safety-gear/safety-gear/(.*) shop/safety-gear/$1 [R=301,L]
RewriteRule accessories/accessories/(.*) shop/accessories/$1 [R=301,L]
RewriteRule sweet-deals/sweet-deals/(.*) shop/sweet-deals/$1 [R=301,L]

it's not working though:
www.longboardingsa.co.za/decks/decks/db-.../the-lunch-tray.html
The topic has been locked.

Re: Joomshopping comments 404 error 11 years, 3 months ago #35317

  • dajo
  • OFFLINE
  • Posts: 5069
Try adding the slash to the beginning of the rule, like:
RewriteRule /decks/decks/(.*) /shop/decks/$1 [R=301,L]
ARTIO Support Team
The topic has been locked.
Přihlášení uživatele Prázdný