redirect 301 i .htaccess do not work - any help

Discuss Search Engine Optimization in relation to Joomla! 2.5. This forum will also have discussions on SEF/SEO Joomla! 2.5 extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
kacper1972
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Wed Mar 23, 2011 4:39 pm

redirect 301 i .htaccess do not work - any help

Post by kacper1972 » Tue May 20, 2014 9:31 pm

hello

I have a big problem with redirect 301, Look please on example below:

It is work:

Code: Select all

RewriteRule ^asd.html http://www.mydominian.com/sklep-soryks/stojaki-na-flagi.html [R=301,L]

RewriteRule ^qwe.html http://www.mydominian.com/nowosci/ta25w-dwustronne-tablice-na-plakaty-do-wieszania-detail.html [R=301,L]
But when I put to htaccess this code, it does not work:

Code: Select all

RewriteRule ^index.php?page=shop.product_details&flypage=flypage.tpl&product_id=615&category_id=27&option=com_virtuemart&Itemid=1 http://www.mydominian.com/nowosci/ta25w-dwustronne-tablice-na-plakaty-do-wieszania-detail.html [R=301,L]
it's the same rule, only adress is difrent, but it does not work.

More information.

This is old VM shop, that I migrate from ver 1.x to 2.0.26, there was non sef url, but after migration I need sef url. I make 301 redirect in htaccess, but in shop product or shop category it does not work.

addition, this code does not work:

Code: Select all

RewriteRule ^qwe http://www.mydominian.com/nowosci/ta25w-dwustronne-tablice-na-plakaty-do-wieszania-detail.html [R=301,L]

Any idea to help me?

synsoftglobal
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Tue May 27, 2014 2:57 pm
Location: India
Contact:

Re: redirect 301 i .htaccess do not work - any help

Post by synsoftglobal » Wed May 28, 2014 8:40 pm

Hay kacper1972!

Try the following code:

Code: Select all

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index.php?page=shop.product_details&flypage=flypage.tpl&product_id=615&category_id=27&option=com_virtuemart&Itemid=1
RewriteRule ^index\.php$ http://www.mydominian.com/nowosci/ta25w-dwustronne-tablice-na-plakaty-do-wieszania-detail.html? [R=301,L]
I hope this code will work.


Locked

Return to “Search Engine Optimization (Joomla! SEO) in Joomla! 2.5”