Forcing Absolute URL Paths
PermalinkFor example, I need to have the stylesheets, javascript, image paths, and other links resolve to a full URL.
How can this be accomplished? I know it's possible...
<base href="<?php BASE_SSL_URL . DIR_SSL_REL ?>" />
I defined the BASE_SSL_URL and DIR_SSL_REL in my site.php file.
BASE_URL =http://www.example.com
DIR_REL = directory_of_c5_install (This is empty if installed on the root of the domain)
If you are creating themes you can always use: