Jump to content

stl314

Member
  • Posts

    51
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

stl314's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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
×
×
  • Create New...