Jump to content

All HTTPS but not in sitemaps


peter4661

Recommended Posts

We switched site ( PS v 1.6.0.9 ) to all pages forced https. 

 

However when we use Prestashop build-in sitemap module to generate sitemap, it creates sitemap  http://www.derks-wielersport.nl , not sitemap  https://www.derks-wielersport.nl

 

 

I could not find option to change a setting? 

 

Tips on how to stimulate Prestashop to create https sitemap are welcome. 

 

( we added rewrite rule to .htacces file to keep search engines on track )

 

RewriteRule ^en/(.*)$ /$1 [R=301,NC,L]
RewriteRule ^nl/(.*)$ /$1 [R=301,NC,L]

 

 

Thank you,

 

 

Peter

Edited by peter4661 (see edit history)
Link to comment
Share on other sites

We switched site ( PS v 1.6.0.9 ) to all pages forced https. 

 

However when we use Prestashop build-in sitemap module to manual generate sitemap, it creates sitemap  http://www.derks-wielersport.nl , not sitemap  https://www.derks-wielersport.nl

 

 

I could not find option to change a setting? 

 

Tips on how to stimulate Prestashop to create https sitemap are welcome. 

 

( we added rewrite rule to .htacces file to keep search engines on track )

 

RewriteRule ^en/(.*)$ /$1 [R=301,NC,L]

RewriteRule ^nl/(.*)$ /$1 [R=301,NC,L]

 

 

Thank you,

 

 

Peter

 

Found following solution to the problem.

 

We added job to Prestashop build in Crown Task Manager with the correct https URL.

 

Problem solved  :)

Edited by peter4661 (see edit history)
Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...