[QUOTE=robydago;31654]Dave,
why is SC using an http URL and not a local file path? Is there any way to tell SC to use the localpath? That would solve the issue without having to reconfigure apache, right?
[/QUOTE]
I brought this to the attention of NetMake about a year ago. On our web sites, we specifically force https for security reasons, and there is absolutely NO reason for them to force http instead of using the absolute file path.
I have tried for about a year to get them to change this. I finally gave up and we do not use the scriptcase pdf applications at all, we do the tcpdf calls directly.
If you are willing to use http, then the magic word you need is .htaccess
BTW, if you are wondering why we would block http access, check out the rating of our web site: https://www.ssllabs.com/ssltest/analyze.html?d=secure.sahod.ph
versus ScriptCase’s: https://www.ssllabs.com/ssltest/analyze.html?d=www.scriptcase.net
Dave