September 5, 2007
Error after upgrade cPanel : “Not Acceptable An appropriate representation of the requested resource /id/administrator/index2.php could not be found on this server.” Solution : At the root of your CMS , locate the file .htaccess and add a line “SecFilterEngine off” without the quotes. Reference : http://www.contractwebdevelopment.com/ http://www.raymond.cc/
Read the full article →
September 5, 2007
1. wget http://layer1.cpanel.net/perl588installer.tar.gz 2. tar -zxvf perl588installer.tar.gz 3. cd perl588installer 4. ./install …………….. perlmod–Install done Tested 107, 107 ok, 0 failed. 5. /scripts/realperlinstaller YAML::Syck ……………….. YAML::Syck is up to date (0.97). perlmod–Install done 6. /scripts/realperlinstaller File::Copy::Recursive ……………….. File::Copy::Recursive is up to date (0.35). perlmod–Install done 7. /usr/local/cpanel/bin/checkperlmodules ……………. perlmod–Install done Tested 96, 96 ok, 0 [...]
Read the full article →