0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
sugarcrm
/
6.5.16-25
/
standard
/
scripts
/
[
Home
]
File: htaccess.in
# BEGIN SUGARCRM RESTRICTIONS RedirectMatch /@@BASE_URL_PATH@@/sugarcrm.log.* @@ROOT_URL@@/log_file_restricted.html RedirectMatch /@@BASE_URL_PATH@@/emailman.log @@ROOT_URL@@/log_file_restricted.html RedirectMatch /@@BASE_URL_PATH@@/not_imported_(.*).txt @@ROOT_URL@@/log_file_restricted.html RedirectMatch /@@BASE_URL_PATH@@/XTemplate/(.*)/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/data/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/examples/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/include/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/include/(.*)/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/log4php/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/log4php/(.*)/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/metadata/(.*)/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/modules/(.*)/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/soap/(.*).php @@ROOT_URL@@/index.php RedirectMatch /@@BASE_URL_PATH@@/emailmandelivery.php @@ROOT_URL@@/index.php <IfModule mod_php4.c> php_value upload_max_filesize 6291456 </IfModule> <IfModule mod_php5.c> php_value upload_max_filesize 6291456 </IfModule> # END SUGARCRM RESTRICTIONS