Jump to content

stl314

Member
  • Posts

    51
  • Joined

  • Last visited

Everything posted by stl314

  1. Moved it to a root folder on a different domain and it works
  2. Yes, it is my hosting 404, but sure where on my htaccess file would need updated ##### START CubeCart .htaccess ##### ### File Security ### <FilesMatch "\.(htaccess)$"> Order Allow,Deny Deny from all </FilesMatch> ### Apache directory listing rules ### DirectoryIndex index.php index.htm index.html IndexIgnore * ### Rewrite rules for SEO functionality ### <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / ##### START v4 SEO URL BACKWARD COMPATIBILITY ##### RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L] ##### END v4 SEO URL BACKWARD COMPATIBILITY ##### RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA] </IfModule> ### Default store 404 page ### ErrorDocument 404 /index.php ## Override default 404 error document for missing page resources ## <FilesMatch "\.(gif|jpe?g|png|ico|css|js|svg)$"> ErrorDocument 404 "<html></html> </FilesMatch> ##### END CubeCart .htaccess #####
  3. I created a testing website copy of my current store, but now when i click on products or any links it gives me a 404 page
  4. I am currently using the all in one shipping extension, i am using it for total based items 1-3 items$10, 4-7 items $13 .... etc. However, I need to make some smaller items have a different shipping price and be able to offer free shipping on some items How can i do this?
  5. I am considering leaving hostgator for the exact reason, but i dread moving all of my sites!
  6. Yeah I believe this is going to be my issue as well since I haven't done anything to the code or website and it started happening on its own.
  7. Thanks! let me know, because I am starting to think it is something on their end. I havent touched any code or files and this started out of nowhere
  8. Latest Cubecart and foundation
  9. Currently when a user clicks Continue Shopping after adding something to the cart and then Clicks "Continue Shopping" it takes me to the front page but it shows on the cart icon that nothing has been added. When I try to click on the cart icon it tells me that my cart is empty. However, when I go into another item, add it and then click Checkout, it shows all of the items in the cart. ALSO, it only lets me delete one item from the cart unless i refresh the page. www.shirtactivism.com
  10. I want to add 2 columns of photos and 3 rows, how can i make this responsive and stack? right now they dont behave right
  11. Thanks to BSmither for getting my site up and running again! Many Many Thanks!
  12. My admin panel comes up but trying to access my site gives me .... is currently unable to handle this request. HTTP ERROR 500
  13. Yes, I would like it to bounce immediately to my homepage
  14. This page is a link that is constantly being used lately, but it is from my old store. When you click it, you will see that it just leads to a page saying page not found. I just want 404's to redirect to the home page http://www.shirtactivism.com/index.aspx?pageid=1855718&amp%3Bprodid=9134693 Here is what is in my htaccess file ##### START CubeCart .htaccess ##### ### File Security ### <FilesMatch "\.(htaccess)$"> Order Allow,Deny Deny from all </FilesMatch> ### Apache directory listing rules ### DirectoryIndex index.php index.htm index.html IndexIgnore * ### Rewrite rules for SEO functionality ### <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / ##### START v4 SEO URL BACKWARD COMPATIBILITY ##### RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC] RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L] ##### END v4 SEO URL BACKWARD COMPATIBILITY ##### RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA] </IfModule> ### Default store 404 page ### ErrorDocument 404 /index.php ## Override default 404 error document for missing page resources ## <FilesMatch "\.(gif|jpe?g|png|ico|css|js|svg)$"> ErrorDocument 404 "<html></html> </FilesMatch> ##### END CubeCart .htaccess #####
  15. There are links out there on the web that link to my old store (I was using a hosted store and had my domain name attached to it) Now that I have moved to cube cart and hosting my own store, when people click on those links they are coming to a page that is within my template that says: 404 - Page Not Found Sorry but the page you are looking for could not be found. Why is this not redirecting to my home page?
  16. I tried to go through that but I am not familiar with Git and not sure how to use it
  17. When trying to use a coupon code it does not allow me to get to the gateway screen. My first alert box says: Thank you. That code has been accepted and discount applied to your basket. Then a second message says Promotional Code has been removed from our basket. And it does not allow me to checkout I am currently running 6.1.0 .... I cannot do the upgrade because there is way too much customized work involved in this website
  18. I am having this same error over and over. I am not real sure how to apply fixes from GitHub, I need a little bit of guidance
  19. Is there a way to remove the alert boxes that appear when it says a new shipping method is available, etc.
  20. Why is the footer in my basket/cart different than the footer on my front page? And where can I edit the footer for the basket?
  21. where can i change what the emails say? I would like to change the wording and add information
×
×
  • Create New...