Jump to content

FelixT

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    FelixT reacted to Donnie95 in How to hide /admin to public?   
    I don't know how to hide it but you can use Cloudflare firewall rules to protect it.
    For example you can create a rule to only allow your IP or ISP to access the /admin/ url. 
    This will make it very hard for attacker to hack your website.
  2. Thanks
    FelixT reacted to Miss_B in How to hide /admin to public?   
    What do you mean by hiding admin to public? Are you worried about the security? If so, you can use the required multi factor authentication to access the Admin Panel. 
  3. Thanks
    FelixT reacted to Square Wheels in How to hide /admin to public?   
    You can also rename it.
  4. Thanks
    FelixT reacted to DawPi in How to hide /admin to public?   
    Or even protect it via htaccess too: https://www.askapache.com/online-tools/htpasswd-generator/
  5. Thanks
    FelixT reacted to Chris Anderson in How to hide /admin to public?   
    Check out the following guide:
    You can add the following to your constants.php file:
    Constant - CP_DIRECTORY
    Use - Name of your admin CP directory when changed from the default of 'admin'
    Example value - 'newcpdirectory'
     
×
×
  • Create New...