We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Edit file URL locations | Forum

Jose
Jose Oct 28 '14
I am in the process of setting up my website and I'm currently working on reducing errors. I've setup a cookieless domain to serve the static content and I was able to edit most of the URLs to point to the new cookieless website. But there are 14 other locations I need to edit and but I haven't been able to find them. I need to point ow.css and base.css to the cookiless location. Where do I go to change this URL? Please help!


PS: Thank you for the amazing software!

The Forum post is edited by Jose Oct 28 '14
Daisy Team
Daisy Nov 23 '14
You can see the method which is responsible for the static css in /ow_core/application.php file.
Search for the onBeforeDocumentRender function.

Also, check out the base_post_handle_https_static_content function to see how to bind to the event  to change any URL.