Results 1 to 1 of 1

Threaded View

  1. #1
    Join Date
    Jan 2011
    Posts
    26
    Plugin Contributions
    0

    Default Extra admin security by changed .htaccess?

    I have been thinking of adding extra security to the admin section.

    What if I changed this part of the .htacces:

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

    Code:
    # but now allow just *certain* necessary files:
    <FilesMatch "(^$|^favicon.ico$|.*\.(php|js|css|jpg|gif|png)$)">
      Order Allow,Deny
      Allow from <MY-IP ADDRESS>
    </FilesMatch>
    In other words, only make the admin part accessible for myself from my own (fixed) IP-address.
    Would my shop still function as it should for customers? Or would I wreck my shop?
    Last edited by luciano9876; 11 Apr 2011 at 09:59 AM. Reason: changed spelling

 

 

Similar Threads

  1. cPanel vs htaccess security
    By RobWUK in forum General Questions
    Replies: 3
    Last Post: 21 Jan 2010, 01:26 PM
  2. Replies: 1
    Last Post: 3 Sep 2008, 07:48 AM
  3. Replies: 3
    Last Post: 25 Jul 2007, 07:13 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