Jump to content

bofam

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • First Name
    graice
  • Last Name
    fay-downes

bofam's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I've looked around in filezilla ftp and the shop 1_index_sitemap.xml isn't visible. Specifically, I looked in obvious folders like gsitemap and it's subfolders, in addition to that I checked in sitemap-css and sitemap-images folders. Cannot find it - where would it normally be in shop directory? I'm using a Leo theme, looked in those folders too! Hope you can help. thx
  2. Can someone help with this please. Have spent a long time trying to solve this. I Chose manual option to generate a google sitemap from the module, Message read it successfully generated a sitemap and gives this link: www.mywebsite.com/shop/1_index_sitemap.xml but it returns a 404 error.
  3. Thanks for response. Yes, also changed it in database. It's resolved now.
  4. Can't add ssl cert to subdomain in p/s so bought addon domain name to contain shop but it redirects back to old subdomain. Please help!
  5. This is how I fixed the issue Went to Preferences SEO & URLS, clicked yes to friendly urls. Changed permissions on all image files on server to 0777. Regenerated images to new system. Turned friendly urls to 'no'. Images appeared.
  6. I upgraded from ps ver 3.0.1 - didn't want to ship old images to new version 6.1.1 and unchecked the options box. Now get message that original jpeg missing or empty. The server is obviously looking for the image - Where do I point it to? I've tried several suggestions on this forum. Changed .htaccess file code, changed permissions in img folder from 0755 to 0777 and used the old legacy file system. Please help... i need to get off the starting block after the upgrade!
  7. Hi M4, Thanks for response. Changed .htaccess file permission from 644 to 664 - result is Contact Us page displays but product images arn't visible. Conversely, when I click YES to enable friendly URL in prestashop backoffice the images show but the Contact Us page opens 404 error page.This is the code I am adding to the file:- This is the start of the new code for images # Images RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L] . I hope you can help, thanks
  8. .htaccess file does not automatically recreate when enable and disable seo & url and can't rename it. Host provider say's it isn't anyting to do with server but with Prestashop and won't get involved. The upshot is images don't show on shop.
  9. I downloaded leo wedding zip in backoffice of my prestashop; all went well. I'm new to this sort of 'rustle up your own recipe template style'. Thought the template would be in tact and ready to just add my products and images to but unfortunately - it's not. Any help please from someone else that has experience with leo themes would be appreciated.
×
×
  • Create New...