Jul 112009
this is just a tips how to change the style forbidden access page.

1st find the location where the forbidden page location/folder. you can find the location in usually location is
/usr/share/apache2/error/
if you not find that location try to find the other apache location in “/usr/share” than goto there.
if there is not found in that location. cek the apache error configuration on “/etc/apache2/errors.conf” open with your favorite editor and find the line:
Alias /error/ "/usr/share/apache2/error/"
there is the location/path of error page is “/usr/share/apache2/error/”.

