Pilou Posted May 3, 2017 Posted May 3, 2017 Hello all, First of all, I would like to thanks all dev, all moderators and all who make this possible. I am a Ps users til v1.3.7 if I remember well. :) I tried the Migration Module. Just before that, I go back to the default theme of Ps (may be not important) The migration module worked well without any error. But I have a small problem with my url's. In Ps, I delete the category in the product url to have a clean url like www.mydomain.com/99-my-product.html After the migration, url's are back to something like www.mydomain.com/category/99-my-product (no .html at the end) I think it's not good for SEO, isn't it ? Sorry for my bad english, but my mother language is french. Kind regards, Pilou
0 Pedalman Posted September 22, 2017 Posted September 22, 2017 without old categories had a trailing slash
0 Pedalman Posted September 24, 2017 Posted September 24, 2017 I must thank you very much for the time you were content to spent on my problem. You were right that our Hoster seems to have Apache htacces tule restricted or so. I learned a lot a found cool sites that simulate rewrites, redirects and regex! Here is the code that works in my case to strip .html and to grant access to my old CMS pages: RewriteEngine on RewriteRule . - [E=REWRITEBASE:/] RewriteRule (.+?).html$ /$1 [R=301,NE,NC,L] RewriteRule (.+?)/$ /$1 [R=301,NE,NC,L] RewriteRule ^info/impressum$ /info/9-impressum? [R=301,NE,NC,L] RewriteRule info/[0-9]+-(.+)$ /info/$1 [R=301,NC,L]
0 alwayspaws Posted September 24, 2017 Posted September 24, 2017 Nice @Pedalman Thanks for your contribution!
0 Ms Monthana Posted January 10, 2018 Posted January 10, 2018 Great article it was really useful to read!
Question
Pilou
Hello all,
First of all, I would like to thanks all dev, all moderators and all who make this possible. I am a Ps users til v1.3.7 if I remember well. :)
I tried the Migration Module.
Just before that, I go back to the default theme of Ps (may be not important) The migration module worked well without any error.
But I have a small problem with my url's. In Ps, I delete the category in the product url to have a clean url like www.mydomain.com/99-my-product.html
After the migration, url's are back to something like www.mydomain.com/category/99-my-product (no .html at the end)
I think it's not good for SEO, isn't it ?
Sorry for my bad english, but my mother language is french.
Kind regards, Pilou
29 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now