-
cPanel Comodo WAF Internal Server Error
-
Force a website to use SSL using htaccess
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://yourweb.com/$1 [R,L]
-
How to access cPanel Webmail
If you have a website with hosting cPanel control panel, you can access your webmail by visiting: http://www.yourdomain.com/webmail or https://www.yourdomain.com/webmail
-
List IPTABLES with line numbers
Do you want to know what iptables rules in line numbers ? iptables -L –line-numbers