Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    580
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. yes its safe. its just basic tb htaccess configurations.
  2. I can't tell what those cookies for. check the domain related to those cookies. basically you shouldn't have any problem with cookies from you tb shop.
  3. Not really, but you can keep it on until everything works fine.
  4. it looks like you have bad redirect from http to https. you need to make sure you remove https (just for now), also in seo & url remove the ssl part. https://newshop.alwayspaws.com/contact-us - this one loads. and it still redirect to https. so maybe you have redirect from you dns settings.
  5. try to rename .htaccess file to .htaccess.old and regenerate again from back office. and paste the new content again.
  6. it should be fine within admin. are you using any caching or module for cache or anything?
  7. can you remove all these lines: RewriteRule .*.(jpg|jpeg|gif|png|bmp|png)$ - [F,NC] RewriteCond %{HTTPREFERER} !^$ RewriteCond %{HTTPREFERER} !^http://alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^http://alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^http://newdev.alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^http://newdev.alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^http://thirtybees.alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^http://thirtybees.alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^http://www.alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^http://www.alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^http://www.newdev.alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^http://www.newdev.alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^http://www.thirtybees.alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^http://www.thirtybees.alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^https://alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^https://alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^https://newdev.alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^https://newdev.alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^https://thirtybees.alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^https://thirtybees.alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^https://www.alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^https://www.alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^https://www.newdev.alwayspaws.com/.$ [NC] RewriteCond %{HTTPREFERER} !^https://www.newdev.alwayspaws.com$ [NC] RewriteCond %{HTTPREFERER} !^https://www.thirtybees.alwayspaws.com/.$ [NC] RewriteCond %{HTTP_REFERER} !^https://www.thirtybees.alwayspaws.com$ [NC] RewriteRule .*.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
  8. And disable friendly url. also can you paste the content of your .htaccess file
  9. Files & Folder permissions are related to your server. You can do it with FTP client or via cPanel (if you have). You need to make sure that your files are readable by the web server, so you need to make sure they have 644. Folders should have 755 permission. If you are using VPS and have access from command line, you can run. sudo find your-folder -type f -exec chmod 664 {} + and sudo find your-folder -type d -exec chmod 775 {} +
  10. Preference -> Seo & URL -> turn on or off friendly urls and save.
  11. try to regenerate the .htaccess and see if you get any luck.
  12. I think this forum chat use https://github.com/NodeBB/NodeBB
  13. yaniv14

    Duplicate URLs

    @mdekker I can confirm that on a store migrated from PS, the duplicate url tab in BO is missing. This is the issue started this discussion.
  14. @alwayspaws This should go in .htaccess under adminxxxx folder. If you don't have that file than create a new file.
  15. I haven't tested this yet, but maybe you should take a look at the new section "duplicate urls" under preferences. About being penalized, why do you think you will be penalized? The idea is to get a new name to one of those categories, like: korg-1 or something.
  16. yaniv14

    Duplicate URLs

    Can you decrypt the error message? Adv params -> logs
  17. yaniv14

    Duplicate URLs

    Did you set it up as: AdminDuplicateUrls
  18. Can you try to disable mod_pagespeed in htaccess? ModPagespeed off
  19. Can you check the image url with chrome inspect element
  20. Yes its possible but most likely you will have to override admin controllers.
×
×
  • Create New...