Check the .htaccess file.
CODE:
# BEGIN SUGARCRM RESTRICTIONS
php_value upload_max_filesize "20M"
RedirectMatch /sugarcrm.log.* http://yourdomain.com/log_file_restricted.html
RedirectMatch /install.log http://yourdomain.com/log_file_restricted.html
RedirectMatch /upgradeWizard.log http://yourdomain.com/log_file_restricted.html
RedirectMatch /emailman.log http://yourdomain.com/log_file_restricted.html
RedirectMatch /not_imported_(.*).txt http://yourdomain.com/log_file_restricted.html
RedirectMatch /XTemplate/(.*)/(.*).php http://yourdomain.com/index.php
RedirectMatch /data/(.*).php http://yourdomain.com/index.php
RedirectMatch /examples/(.*).php http://yourdomain.com/index.php
RedirectMatch /include/(.*).php http://yourdomain.com/index.php
RedirectMatch /include/(.*)/(.*).php http://yourdomain.com/index.php
RedirectMatch /log4php/(.*).php http://yourdomain.com/index.php
RedirectMatch /log4php/(.*)/(.*).php http://yourdomain.com/index.php
RedirectMatch /metadata/(.*)/(.*).php http://yourdomain.com/index.php
RedirectMatch /modules/(.*)/(.*).php http://yourdomain.com/index.php
RedirectMatch /soap/(.*).php http://yourdomain.com/index.php
RedirectMatch /emailmandelivery.php http://yourdomain.com/index.php
# END SUGARCRM RESTRICTIONS
2009/07/06
php_value upload_max_filesize
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment