Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2011
    Posts
    68
    Plugin Contributions
    0

    Default How to stop access to directories?

    Hi,

    I have installed the latest Zen Cart and noticed that I can view the directory of my site past the includes folder.

    domain.com/includes is blocked
    but
    domain.com/includes/templates etc. are not.

    How do I stop this from happening?
    I dont really want people from viewing all the files etc. in my site.

    Thanks

  2. #2
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: How to stop access to directories

    You could drop an .htaccess file in the folders that contains this:

    Options –Indexes

  3. #3
    Join Date
    Oct 2011
    Posts
    68
    Plugin Contributions
    0

    Default Re: How to stop access to directories

    Do I have to do that for every folder? There are a lot of them.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: How to stop access to directories

    What type of server are you hosting your ZC site on - windoze or linux?
    20 years a Zencart User

  5. #5
    Join Date
    Oct 2011
    Posts
    68
    Plugin Contributions
    0

    Default Re: How to stop access to directories

    Im on Linux / Litespeed

  6. #6
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: How to stop access to directories?

    Drop this in the .htaccess file in your includes folder and it should block access to everything beneath it:

    <Files *.php>
    Order Deny,Allow
    Deny from all
    </Files>

 

 

Similar Threads

  1. v150 Can somebody tell me how the directories are structured ?how to customize shop?
    By wilconnfashion in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Dec 2012, 04:26 PM
  2. Directories in Documents Side box colapsing - how can I stop that?
    By FukienMan in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Nov 2011, 03:56 PM
  3. How to rename my directories ?
    By alhakeem2001 in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 17 Dec 2007, 11:12 PM
  4. How and where to edite the Directories?
    By alhakeem2001 in forum Customization from the Admin
    Replies: 2
    Last Post: 2 Dec 2007, 10:34 AM
  5. Replies: 2
    Last Post: 31 Jul 2007, 02:40 AM

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