Advice for dummies
-
Kelekis
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 7
-
Thank you received: 0
-
-
11 years 2 months ago #2072
by Kelekis
Hello I am trying to make some redirect but without success and need some advice
the one is from tag result page to result
p.x. this page Search.html?areas[0]=tortags&searchword=afv
to tag/afv
and if possible to add itemid value to virtuemart not sef url categories before sh404sef and how
p.e.
index.php?option=com_virtuemart&Itemid=&keyword=&limit=15&view=category&virtuemart_category_id=3&lang=el
Many thanks
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 2 months ago #2073
by admin
Hi,
I would like to know if you need just one redirect fromm Search.html?areas[0]=tortags&searchword=afv to tag/afv, or if you need to create a rule that redirects any seachword to tag/<searchword>.
Same question about second point. Is just a single virtuemart rule or a bunch of similar URLs?
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
Kelekis
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 7
-
Thank you received: 0
-
-
11 years 2 months ago #2074
by Kelekis
I would prefer a rule for both cases . thanks
About secont case just need to keep the category id
Many thanks in advance
Please Log in or Create an account to join the conversation.
-
Kelekis
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 7
-
Thank you received: 0
-
-
11 years 2 months ago #2075
by Kelekis
just a question if possible .
I need a redirect before sh404 ( insert itemid ) and redirect after sh404 what plugin order should i place .
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 2 months ago #2076
by admin
Put ReDJ as first one, it doesn't disturb other extensions...
Literal redirect:
From URL: Search\.html\?areas[0]=tortags&searchword=afv
To URL: http://{siteurl}/tag/afv
Request only: true (checked)
Multiple redirect:
From URL: Search\.html\?areas[0]=tortags&searchword=
To URL: http://{siteurl}/tag/{queryvar searchword}
Request only: true (checked)
About the second case, I need to know full "from URL" and "to URL".
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
Kelekis
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 7
-
Thank you received: 0
-
-
Time to create page: 0.154 seconds