IP protect /admin in clientexec

hadi

Active Member
Hello
As anyone know admin area in clientexec is very important;
Is there any way to IP protect /admin path in clientexec ?
Thanks
 
You could add a .htaccess file to the admin directory with the following:

Code:
order deny,allow
deny from all
allow from YOUR IP
 
Back
Top