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,936
Replies
5
Views
3,272
Replies
7
Views
2,335
Replies
6
Views
5,464
Newer Threads
Replies
15
Views
9,845
Replies
30
Views
11,583
Replies
4
Views
1,870
Recommended Threads
Replies
15
Views
3,866
Replies
12
Views
2,837
Replies
10
Views
4,087
Replies
20
Views
9,546

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