Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default .htaccess file content.

    Hi.

    I'd be grateful for any advice on the best content for the .htaccess file in the /feed folder.

    Many thanks

    Philip

  2. #2
    Join Date
    Sep 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: .htaccess file content.

    What are you trying to achieve exactly?

  3. #3
    Join Date
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default Re: .htaccess file content.

    Quote Originally Posted by binglebangle View Post
    What are you trying to achieve exactly?
    Thanks for your reply. Basically, I've been trying to implement the recommended security steps for my site, so I want to insert a .htaccess file into /feed.

    At the monent it has the "standard" file, the contents of which are-
    Code:
    #.htaccess to prevent unauthorised directory browsing or access to .php files
    IndexIgnore */*
    <Files *.php>
    Order Deny,Allow
    Deny from all
    </Files>
    
    #add the following to protect against discovering what your version of spiders.txt is
    <Files *.txt>
    Order Deny,Allow
    Deny from all
    </Files>
    This gives an error in my server error log as follows

    [Sun May 04 11:35:27 2008] [alert] [client 86.133.102.237] /home/virtual/site82/fst/var/www/html/shop/feed/.htaccess: unknown order

    Any advice would be appreciated.

    Philip

 

 

Similar Threads

  1. .htaccess file 1.3.9h ?
    By Muzz in forum General Questions
    Replies: 4
    Last Post: 18 Dec 2010, 03:40 AM
  2. Purpose of .htaccess file content in admin
    By artcoder in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jun 2008, 12:51 AM
  3. .htaccess file
    By mrbert in forum General Questions
    Replies: 0
    Last Post: 22 Apr 2007, 10:06 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