hadi Active Member Aug 15, 2021 #1 Hello As anyone know admin area in clientexec is very important; Is there any way to IP protect /admin path in clientexec ? Thanks
Hello As anyone know admin area in clientexec is very important; Is there any way to IP protect /admin path in clientexec ? Thanks
CE-Matt Administrator Staff member Aug 15, 2021 #2 You could add a .htaccess file to the admin directory with the following: Code: order deny,allow deny from all allow from YOUR IP
You could add a .htaccess file to the admin directory with the following: Code: order deny,allow deny from all allow from YOUR IP