Skip to Content

You don’t have permission to access /ezlogin/index.php/auth/login on this server

Forbidden

You don't have permission to access /ezlogin/index.php/auth/login on this server. Error message while accessing ezeelogin web gui.


This could be due to a permission issue with the ezeelogin webgui file . Correct the permission to fix this issue.

 

root@admodserv2:~# ls -la /var/www/html/ezlogin/

total 64

drwxr-xr-x 6 root   root     4096 Aug  9 15:13 .

drwxr-xr-x 3 root   root     4096 Aug  9 15:13 ..

-rw-r--r-- 1 root   root     6099 Aug  9 15:13 blue.css

drwxr-xr-x 4 root   root     4096 Aug  9 15:13 common

-rw-r--r-- 1 nobody nogroup 24385 Aug  9 15:13 index.php

drwxr-xr-x 6 root   root    12288 Aug  9 15:13 manual

drwxr-xr-x 3 root   root     4096 Aug  9 15:13 themes

Correct the permission to fix this error by the following commands

chmod 755 /var/www/html/ezlogin/

chmod 644 /var/www/html/ezlogin/blue.css

chmod 755 /var/www/html/ezlogin/common

chmod 644 /var/www/html/ezlogin/index.php

chmod 755 /var/www/html/ezlogin/manual

chmod 755 /var/www/html/ezlogin/themes