I'm setting up Apostrophe to use at work for an upcoming project and
I'm having some trouble with 404s due to the fact that the default
cmstest setup appears to be configured to be on the root path of a
domain (http://www.example.com). Unfortunately in our dev environment
we don't have this luxury. For the time being, i'm making Aliases in
httpd.conf to point to each plugin, but it's messy.
So far, the absolute URLs the plugins try to hit include:
/pkContextCMSPlugin/....
/pkToolkitPlugin/....
/media
etc.
Honestly I'm a little new to the routing and setup in symfony, but if
anyone has experience working with relative paths and cmstest in the
past it would be great to have your advice.
Thanks,
SB