Archive for June 4th, 2009

If you are facing any issues while parsing .html, .htm, .jsp, .js and other extension files through php, add the below code in the .htaccess file under the diretcory

AddHandler application/x-httpd-php5 .js .html .htm .jsp >> Server with php5

AddHandler application/x-httpd-php4 .js .html .htm .jsp >> Server with php4

If you want to limit the parsing just for a file add the code below

For php5

<FilesMatch “filename.js”>
AddHandler application/x-httpd-php5 .js
</FilesMatch>

For php4

<FilesMatch “filename.js”>
AddHandler application/x-httpd-php4 .js
</FilesMatch>

728x90-new

Roundcube stucks

Not able to send emails from roundcube. Roundcube stucks while sending the email (after clicking on Send Now)

Here are the steps to get this fixed :)

Open the file

vi /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php

Find for

$rcmail_config['smtp_pass'] = ”;
$rcmail_config['smtp_user'] = ”;

You will find the %u %p in the single quotes. Remove or add them accordingly.

Try sending email now.

100% Customer Satisfaction