Jump to content
thirty bees forum

yaniv14

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by yaniv14

  1. Unless you have enough skills to modify the module to have a checkbox to determine target (blank or self) for each link.
  2. Can you post a link to your site?
  3. I am talking about the server os, not the local browsing user. 99% of website are hosted on linux webservers.
  4. Most likely is a windows issue because TB is not fully compatible with windows. Dev's have a plan on getting it fully support for windows: https://github.com/thirtybees/thirtybees/projects/3
  5. yes its safe. its just basic tb htaccess configurations.
  6. 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.
  7. Not really, but you can keep it on until everything works fine.
  8. 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.
  9. try to rename .htaccess file to .htaccess.old and regenerate again from back office. and paste the new content again.
  10. it should be fine within admin. are you using any caching or module for cache or anything?
  11. 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]
  12. And disable friendly url. also can you paste the content of your .htaccess file
  13. 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 {} +
  14. Preference -> Seo & URL -> turn on or off friendly urls and save.
  15. try to regenerate the .htaccess and see if you get any luck.
  16. I think this forum chat use https://github.com/NodeBB/NodeBB
  17. 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.
×
×
  • Create New...