Forum Moderators: phranque

Message Too Old, No Replies

baseurl

         

ads112001

3:41 pm on Nov 4, 2010 (gmt 0)

10+ Year Member



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)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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.

Jim