Hello Josh,
I have attached a default .htaccess file from Joomla 1.5.14 with the modifications already done to it that you can use which is part of disabling webserver logging.
You are most probably using plesk on a Godaddy apache server, and the file that you need to edit on your webserver is:
/var/www/vhosts/yoursite.com/conf/httpd.include
Adding the necessary modifications listed in the documentation located here:
www.cmsfruit.com/joomla-live-chat-docume...html#disable_logging The only drawback on plesk is that if you make any changes to the website through the plesk control panel, then your changes to httpd.include will be lost, so one way to work around this is to copy the modified httpd.include file to httpd.include.real in that same directory, so you can easily copy back over if the plesk server overwrites your changes.
After making the changes to the httpd.include, please restart your apache webserver for the changes to take effect by issuing the command:
/etc/init.d/httpd restart
as root.
This attachment is hidden for guests. Please login or register to see it.