If WordPress Permalink shows blankpage, do below [root@server1 ~]# vi /wp-admin/includes/misc.php and change the line as indicated below Search for function got_mod_rewrite and replace below like in it . From $got_rewrite = apache_mod_loaded(‘mod_rewrite’, true); //old line with false negative; To $got_rewrite = true;//force the response to true as we know mod_rewite is installed
See MoreTag: hostripples
Access denied for user ‘mailwatch’@’localhost’ (using password: YES)
In MailWatch I am getting MySQL Errors such as “Could not connect to database: Access denied for user ‘mailwatch’@’localhost’ (using password: YES)”. How can I fix it? perl /usr/local/cPanel/whostmgr/docroot/cgi/mailwatch/install/mwadd.pl Above command should fix your issue.
See MoreUninstall MailWatch
Log in to SSH as root and do the following: cd /usr/mailscanner/lib/MailScanner/ rm -fv MailWatch.pm Edit the file /usr/mailscanner/lib/MailScanner/CustomConfig.pm, and remove the line: require ‘MailScanner/MailWatch.pm’; Edit /usr/mailscanner/etc/MailScanner.conf and remove the line: Always Looked Up Last = &MailWatchLogging Then run the following commands: rm -Rfv /usr/local/cPanel/whostmgr/docroot/3rdparty/mailwatch mysql -e “drop database mailscanner” Kill any MailWatch processes with […]
See More