Is password protection of admincp root folder still the way to go?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73979

    #16
    On my development site located on my workstation, I have this in /core/admincp/.htaccess

    Code:
    # Apache 2.2
    #Order deny,allow
    #Deny from all
    # Apache 2.4
    Require all denied
    I am still able to use the AdminCP without apparent issue and if I go to a core/admincp URL directly, I get a forbidden error. You can try it. Depending on your server configuration, your mileage may vary.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    Related Topics

    Collapse

    Working...