click the link to continue with the missing header

ldhost

New member
Joined
Apr 8, 2019
Messages
1
Using the old skin, such as: NeWorld, the following prompt will appear when entering the host management panel in the WHMCS client. You need to click: link the link to continue with the missing header to enter.

The request was made without a referer header and will not be immediately followed.
If you wish to follow this URL anyway, click the link to continue with the missing header
Name Value
Command /CMD_SHOW_DOMAIN
domain auto.top
 
You need to add this to directadmin.conf:

Code:
check_referer_port=0

Then you need to create a custom referer_check.allow file at this path:

Code:
/usr/local/directadmin/data/templates/custom/referer_check.allow

The file should contain the domain name of your WHMCS installation (auto.top) and also need a empty line at the bottom of the file.

Then you should restart DirectAdmin.
 
Last edited:
Back
Top