Can you please show what you are putting in this section of /usr/local/apache/conf/httpd.conf file?
Code:
<Directory "/">
Options All
AllowOverride All
</Directory>
I know it isn't Options All, but we really do need to see exactly what you have there for testing purposes.
Of note, if you make changes there, you would need to run the distiller:
Code:
/usr/local/cpanel/bin/apache_conf_distiller --update
You would then need to rebuild Apache and restart it:
Code:
/scripts/rebuildhttpdconf
/etc/init.d/httpd restart
Prior to making any of these changes, please make a backup copy of httpd.conf file:
Code:
cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bak120205