Issue
I have a url called http://cake.dev
and I want http://cake.dev/cake3
to point to a cake3 web app.
I have successfully gotten the webpages to work, but all the urls pointing to various assets like base.css are wrong.
This is because the various HtmlHelpers are outputting /css/base.css
when I need them to be /cake3/css/base.css
How do I change this system-wide?
Solution
Take a look at the config/app.php
under App, you can set your 'base' to 'cake3'
Answered By - topherW
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.