looking at something like this
if (is_file(/home/$user/public_html/404.shtml))
{
display /home/$user/public_html/404.shtml;
} else {
display /usr/local/apache/htaccess/404.shtml;
}
Any one know how this could be done, or direct me to the right documents.
Kind R
HI Dragon,
Thank you for the response, cPanel does support this, but I would like
to setup something where I config all this by one config file and not
for each and every client.
Any idea's
Kind Regards,
Kyle Vorster
Dragon wrote:
Kyle Vorster wrote:
Hi Guys,
I am trying to tw