How do I set a base URL for my website and get it to include in every page?
Is there a way for me to easily change a variable to be the base url for the website, such as <?php $baseurl = "http://www.website.com/website/"; ?>
, and include this on every page so that all CSS, JavaScript, images and PHP includes follow this $baseurl
?