Posts Tagged htaccess email
htaccess admin email address
Posted by Wil in htaccess tutorials on June 27, 2009
Sometimes it is necessarry to define admin email address for the server, if our website hosted somewhere and we are not able to configure Apache configuration files, we will use .htaccess file to configure default admin email address of our website. The code is shown below, you can test this code with your .htaccess file.
SetEnv SERVER_ADMIN yourname@example.com
( yourname@example.com is your email address. )