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
24,902
Replies
5
Views
5,310
Replies
7
Views
4,223
Replies
6
Views
7,929
Newer Threads
Replies
15
Views
14,017
Replies
30
Views
22,875
Replies
4
Views
3,155
Latest Threads
Replies
0
Views
112
Replies
0
Views
103
Replies
1
Views
502
Replies
1
Views
444
Recommended Threads

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