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
20,624
Replies
5
Views
4,764
Replies
7
Views
3,412
Replies
6
Views
7,228
Newer Threads
Replies
15
Views
12,365
Replies
30
Views
19,347
Replies
4
Views
2,500
Recommended Threads
Replies
1
Views
2,376
Replies
0
Views
2,149
Replies
12
Views
4,172

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