Results 1 to 10 of 12

Threaded View

  1. #1
    Join Date
    Feb 2013
    Location
    Green Valley, Arizona, United States
    Posts
    21
    Plugin Contributions
    0

    cart error .htaccess and Admin Area Problem

    I'm using ZC 1.5.0. new install from my hosting company cPanel. I have SSL and all that.

    I wanted to make the following urls all automatically forward to https://www.sanguinarius.org/store/ :

    http://www.sanguinarius.org/store/
    http://sanguinarius.org/store/
    https:/sanguinarius.org/store/

    I contacted my hosting company and they told me to use a .htaccess file with this in it:

    Code:
    RewriteEngine On
        RewriteCond %{SERVER_PORT} 80
        RewriteRule ^(.*)$ https://www.sanguinarius.org/store/$1 [R=301,L]
    and upload it to my store directory. (That is so the rest of my website doesn't get forwarded to https://;blahblahblah.

    OK, fine. I did that. Then I went to edit a product and submit it to the database and I get the pink strip at the top that says:

    Error ERROR: The data you submitted was found to be empty. YOUR CHANGES HAVE *NOT* BEEN SAVED. You may have a problem with your browser or your internet connection.

    =====

    What did I do wrong and how do I make it right short of removing the .htaccess file and having people going to http://www.sanguinarius.org/store/ and it not being secure? Or do I remove the file and do something else that you ZC guys here know about but my webhost's tech support doesn't?
    Last edited by Sanguinarius; 15 Mar 2013 at 03:05 AM. Reason: trying to subscribe to this post but not finding it

 

 

Similar Threads

  1. v150 Ultimate SEO .htaccess problem and broken Admin interface
    By erint29 in forum All Other Contributions/Addons
    Replies: 33
    Last Post: 27 Aug 2012, 06:56 PM
  2. Admin area and limiting by IP with HTAccess?
    By Profile90909 in forum General Questions
    Replies: 8
    Last Post: 10 Jun 2011, 01:24 PM
  3. Admin area not displaying stylesheet? (fasthosts & .htaccess fun I think...)
    By yelow in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Dec 2008, 07:56 PM
  4. Cannot access admin area after .htaccess directory - gives me page not found
    By immersive in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 30 Oct 2008, 10:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg