Virtuemart products migration.
-
guiner
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 0
-
-
10 years 3 weeks ago - 10 years 3 weeks ago #3243
by guiner
Last edit: 10 years 3 weeks ago by guiner.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 3 weeks ago #3244
by admin
Try this rule:
From URL: ^/product/category/
To URL: {scheme}://{host}{pathrtrim .html}
Skip: \.html$
Requst only: true (checked)
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
guiner
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 0
-
-
10 years 3 weeks ago #3245
by guiner
Thanks for the reply
The result was:
"This webpage has a redirect loop"
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 3 weeks ago #3246
by admin
Can you provide me a full URL to test for the loop? Send me an email at info(at)selfget.com so I can check and fix the rule (at the moment is not clear which causes the loop). If possible, provide me a screensot of the rule settings.
Thanks,
Luigi
Please Log in or Create an account to join the conversation.
-
guiner
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 0
-
-
10 years 3 weeks ago - 10 years 3 weeks ago #3247
by guiner
Hi.
Sorry for my english
My new site is still in development.
Scenario new site:
My joomla is 2.5 and the suffix is not entitled in the config.
My VM config is with SEO sufix ".html"
The old VM site had no suffix.
In the google all links of the products are without suffix.
Necessary that all of the links on google products without the suffix are redirected to the page with the suffix.
Note: The domain of the old site will be the same for the new site.
Thank you for your attention.
Last edit: 10 years 3 weeks ago by guiner.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 3 weeks ago #3249
by admin
I realized that the To URL was wrong. I tried to rempve .html insted of add it.
Try this:
From URL: ^/product/category/
To URL: {scheme}://{host}{path}.html
Skip: \.html$
Requst only: true (checked)
Let me know...
Please Log in or Create an account to join the conversation.
Time to create page: 0.160 seconds