cakephp-dompdf-view
cakephp-dompdf-view copied to clipboard
No Css or image loaded when using CakePHP inside subfolder on domain
The generated PDF doesn't have any image or css file asociated.
The addres for my CakePHP instalation is: http://host.com/subfolder/
I've tried touching the set_protocol() and set_base_path() inside PdfView.php to add the subfolder but without luck. If the stylesheet is referenced directy as http://host.com/subfolder/css/app.css the rendering is correct. Any idea what config shoud be suiteable for this site setup?