How to enable register_globals for a single website without putting an entire server security at risk? * Go to your control panel and then click on File manager. * In your file manager, enter the public_html folder. * In the public_html folder you will see a file called .htaccess. * Select the .htaccess file and […]
See MoreTag: hostripples
cPanel backend configuration files and Log Files Paths
cPanel backend configuration files and log files paths ======================================= /var/cpanel ======================================= accounting.log – Contains a list of accounting functions performed such as account removal and creation cpanel.config – Tweak settings for whm can be done in this file mainip – Main ip of the server is specified in this file maxemail – Maximum emails per […]
See MoreSMTP error 535 authentication failed in roundcube OR SMTP Error (435): Authentication failed
If you face SMTP error 535 Authentication Failed while sending an email from round cube, then you can check the following things. vi /usr/local/cPanel/base/3rdparty/roundcube/config/main.inc.php and change $rcmail_config[‘smtp_user’] = ‘%u’; to $rcmail_config[‘smtp_user’] = ”; Save the file FIXED….
See More