Re: Http error
There can be multiple reasons for this error. One very common error due to which it comes is when the directory permissions are set to Group write. In *nix, 775. Check the permissions of your directories in your web root(it can be http, html, www, public_html etc). Change them to 755.
|