i spoke to soon
i now get this error on certain pages
Forbidden
You don't have permission to access /index.php
on this server.
Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the
request.
----------------------------------------
Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny3 with Suhosin-Patch mod_ssl/2.2.9
OpenSSL/0.9.8g Server at 196.220.52.84 Port 80
[...Clipped...]
I have found that there was still a .htaccess in your domains root directory
# /var/www/clients/client1/web1/web
I have renamed this .htaccess to htaccess.txt2 after which the domain loaded correctly.
As the .htaccess file contains SugarCRM specific entries I suggest that you further investigate the matter as the .htaccess entries might be required by SugarCRM.
Below is the contents of the file.
# cat htaccess.txt2
# BEGIN SUGARCRM RESTRICTIONS
RedirectMatch /sugarcrm.log.* http://devcrm.ccint.net/log_file_restricted.html
RedirectMatch /install.log http://devcrm.ccint.net/log_file_restricted.html
RedirectMatch /upgradeWizard.log http://devcrm.ccint.net/log_file_restricted.html
RedirectMatch /emailman.log http://devcrm.ccint.net/log_file_restricted.html
RedirectMatch /not_imported_(.*).txt http://devcrm.ccint.net/log_file_restricted.html
RedirectMatch /XTemplate/(.*)/ (.*).php http://devcrm.ccint.net/index.php
RedirectMatch /data/(.*).php http://devcrm.ccint.net/index.php
RedirectMatch /examples/(.*).php http://devcrm.ccint.net/index.php
RedirectMatch /include/(.*).php http://devcrm.ccint.net/index.php
RedirectMatch /include/(.*)/(.*).php http://devcrm.ccint.net/index.php
RedirectMatch /log4php/(.*).php http://devcrm.ccint.net/index.php
RedirectMatch /log4php/(.*)/(.*).php http://devcrm.ccint.net/index.php
RedirectMatch /metadata/(.*)/(.*).php http://devcrm.ccint.net/index.php
RedirectMatch /modules/(.*)/(.*).php http://devcrm.ccint.net/index.php
RedirectMatch /soap/(.*).php http://devcrm.ccint.net/index.php
RedirectMatch /emailmandelivery.php http://devcrm.ccint.net/index.php
# END SUGARCRM RESTRICTIONS


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks