Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    248
    Plugin Contributions
    0

    Default 403 forbidden error

    Can someone please help??

    I posted this in the install on linix/Unix but no one has answered.

    I've uploaded all the files from the zen cart install 1.39h folder to /sites/www.lovetovape.com.au/html/

    I go to www.lovetovape.com.au and I get a 403 forbidden error.

    Is it my set up or is it my host??

    I've set the permissions as stated in the install tutorial but nothing is helping. I'm about to cry. this is driving me nuts.

    I deleted everything out of .htacess to see if that would make a difference but it didn;t.

    I don't know what to do.

    It's 10.30 at night ad 30 degrees freakin' hot. I'm cranky and now this isn't working my mood is not improving.

    I've deleted everything from the html folder and re uploaded 3 times but still no joy!!!

    Hope it's cooler where you are.

    Cheers,

    Maxy
    Mitch B
    www.lovetovape.com.au
    love the Zen-Cart forums!!!

  2. #2
    Join Date
    Dec 2010
    Posts
    248
    Plugin Contributions
    0

    Default Re: 403 forbidden error

    This is what's in the standard .htaccess file

    #
    # @copyright Copyright 2003-2010 Zen Cart Development Team
    # @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    # @version $Id: .htaccess 16111 2010-04-29 22:39:02Z drbyte $
    #
    # This is used with Apache WebServers
    #
    # The following blocks direct HTTP requests to all filetypes in this directory recursively, except certain approved exceptions
    # It also prevents the ability of any scripts to run. No type of script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
    # Will also prevent people from seeing what is in the dir. and any sub-directories
    #
    # For this to work, you must include either 'All' or at least: 'Limit' and 'Indexes' parameters to the AllowOverride configuration in your apache/conf/httpd.conf file.
    # Additionally, if you want the added protection offered by the OPTIONS directive below, you'll need to add 'Options' to the AllowOverride list, if 'All' is not specified.
    # Example:
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Limit Options Indexes
    #</Directory>
    ###############################
    DirectoryIndex index.php

    # deny *everything*
    <FilesMatch ".*\..*">
    Order Allow,Deny
    Deny from all
    </FilesMatch>

    # but now allow just *certain* necessary files:
    <FilesMatch "(^$|^favicon.ico$|.*\.(php|js|css|jpg|gif|png)$)">
    Order Allow,Deny
    Allow from all
    </FilesMatch>

    IndexIgnore */*


    # The following makes adjustments to the SSL protocol for Internet Explorer browsers
    <IfModule mod_setenvif.c>
    <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    </IfDefine>
    </IfModule>

    # Fix certain PHP values

    #<IfModule mod_php4.c>
    # php_value session.use_trans_sid 0
    # php_value register_globals 1
    #</IfModule>

    # to turn off register_globals
    # php_value register_globals 0

    #turn off X-PHP-Originating-Script header when sending emails from admin
    #uncomment to activate:
    # php_flag mail.add_x_header Off

    Will changing anything in here help?
    Mitch B
    www.lovetovape.com.au
    love the Zen-Cart forums!!!

 

 

Similar Threads

  1. 403 Forbidden error
    By pioP in forum General Questions
    Replies: 3
    Last Post: 4 Jan 2016, 11:45 AM
  2. Error 403 - Forbidden
    By Bastol in forum Installing on a Linux/Unix Server
    Replies: 9
    Last Post: 15 Nov 2010, 12:06 PM
  3. 403 Forbidden Error
    By billett in forum General Questions
    Replies: 2
    Last Post: 11 May 2010, 08:14 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