Hello.
Sugar uses a default .htaccess file like this:
# BEGIN SUGARCRM RESTRICTIONS
RedirectMatch 403 ^.*\.log$
RedirectMatch 403 /+not_imported_.*\.txt
RedirectMatch 403 /+(soap|cache|xtemplate|data|examples|include|log4p hp|metadata|modules)/+.*\.(php|tpl)
RedirectMatch 403 /+emailmandelivery\.php
RedirectMatch 403 /+cache/+upload
# END SUGARCRM RESTRICTIONS
This is ok from preventing users to access diferent directories.
Now I have a problem. I'm using a php script that is located in /modules/MyModule/MyScript.php
I have to exclude this script from being blocked by .htaccess
How do i do that?
Thank you


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks