What are most common errors getting while loading a webpage?

steitieh

Well-known member
Joined
Apr 23, 2014
Messages
113
Points
18
We all know different type of errors are getting while webpage is loading on browser. And mostly we are getting 5 type of common errors on browser as following
- SSL Certificate error
- Phishing and Malware Warnings
- 404 page Not Found
- Server Not Found
- Unable to Connect

I am missing some errors in the list above? are there any errors that I can know it happened by my web hosting provider?
 

uniwebhosting

Member
Registered
Joined
Nov 30, 2014
Messages
55
Points
8
500 Internal Server Error with PHP file , chmod for suphp apache is 777 , or .htacess file command su_

Turns out this is because some servers have SuPHP enabled, while other servers do not. SuPHP can be enabled or disabled in cPanel WHM under: Main >> Service Configuration >> Apache Configuration >> PHP and SuExec Configuration

fix

Code:
chown -R user:user /home/username/public_html/* ;
find /home/username/public_html/ -type d -exec chmod 755 {} \;
find /home/username/public_html/ -type f -exec chmod 644 {} \;
 
Older Threads
Replies
56
Views
12,740
Replies
5
Views
3,230
Replies
7
Views
2,302
Replies
6
Views
5,412
Newer Threads
Replies
15
Views
9,788
Replies
30
Views
11,381
Replies
4
Views
1,853

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top