If you get below in error in error_log========================================[Thu Sept 13 02:09:32 2012] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /home/domainusername/public_html/[Thu Sept 13 02:09:32 20129] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /home/domainusername/public_html/==================================================Then you need to add below code in .htaccess file.==================================DirectoryIndex index.htmlorDirectoryIndex index.php==================================and then check your site.
See MoreTag: cpanel web hosting
Fatal error: Class ‘PDO’ not found in …includes/database/database.inc on line 184
Fatal error: Class ‘PDO’ not found in …includes/database/database.inc on line 184 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ While browsing domain if you get above error then – Please try to resolved issue with following steps. PDO support had been compiled in, but not enabled .Our server has PHP 5.2.x and 5.3x installed, with PDO support. Adding ————- extension=pdo.so extension=pdo_mysql.so ————- […]
See MoreClear/Free/Remove Cache memory from Linux Server
Clear/Free/Remove Cache memory from Linux Server ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please use belwo command to clear Cache memory from Linux Server free -m echo 1 > /proc/sys/vm/drop_caches ======= eg : BEFORE : root@lnx [~]# free -m total used free shared buffers cached Mem: 12001 11614 386 0 2026 6996 -/+ buffers/cache: 2592 9409 Swap: 1907 0 1907 root@lnx [~]# […]
See More