Posts tagged Set the server administrator email using .htaccess

Set the server administrator email using .htaccess

If you want to Set the server administrator email then just add the below code in the .htaccess file :

root@server[#] vi .htaccess

SetEnv SERVER_ADMIN default@domain.com

Save and Quit.

That’s all you are done.