So is there a way to change baseurl in the <head> of a page? I only want to change it on certain files.
ads112001
4:21 pm on Nov 4, 2010 (gmt 0)
I am trying <base href="http://website.com/meetings/redesign" /> in the head of my .tpl and nothing is happening
jdMorgan
6:11 pm on Nov 29, 2010 (gmt 0)
If the page is dynamically-generated by a script, then modify the script to insert the proper base href. If the page is static, then consider using server-side includes to insert the correct base-href, or to call a script that will do so.