Hi Everyone,

Print to PDF is redirecting me to the index.php file under modules/Quotes/pdfgen however the server is not willing to execute that index.php file. I'm thinking this may have something to do with the .htaccess file that is placed at the root of the SugarCRM CE setup:

-----
# BEGIN SUGARCRM RESTRICTIONS
RedirectMatch 403 (?i).*\.log$
RedirectMatch 403 (?i)/+not_imported_.*\.txt
RedirectMatch 403 (?i)/+(soap|cache|xtemplate|data|examples|include|log4p hp|metadata|modules)/+.*\.(php|tpl)
RedirectMatch 403 (?i)/+emailmandelivery\.php
RedirectMatch 403 (?i)/+cache/+upload
RedirectMatch 403 (?i)/+files\.md5$
# END SUGARCRM RESTRICTIONS

SSLRequireSSL
-----

Am I right? What do I need to change above to resolve this?

Thanks!