firefox dont support base href?
Posted: Wed Aug 03, 2005 2:48 am
hi,
i got a page, e.g. http://www.dev.com/folder1/folder2/page.php
and trying to pass some variable to this page, in order to make the url search engine friendly, i make use of explode and path_info , to make it looks like this
http://www.dev.com/folder1/folder2/page/variable
to avoid the browser from recognize variable as current folder which will mess up all my path thingys where i use relative path all the ways, i used base href...
everything is working fine in IE, but not firefox. Firefox not supporting base href ?
any other solution / suggestion to my scenario will be much appreciated.
thx in advance
i got a page, e.g. http://www.dev.com/folder1/folder2/page.php
and trying to pass some variable to this page, in order to make the url search engine friendly, i make use of explode and path_info , to make it looks like this
http://www.dev.com/folder1/folder2/page/variable
to avoid the browser from recognize variable as current folder which will mess up all my path thingys where i use relative path all the ways, i used base href...
everything is working fine in IE, but not firefox. Firefox not supporting base href ?
any other solution / suggestion to my scenario will be much appreciated.
thx in advance