Page 1 of 1

firefox dont support base href?

Posted: Wed Aug 03, 2005 2:48 am
by tkarven
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

Posted: Wed Aug 03, 2005 3:55 am
by Chris Corbyn
Not sure what you're getting at but FF does support base paths ( /path/page)...

mod_rewrite for apache is certainly what you should be using to acheive this structured URL effect ;)

Posted: Wed Aug 03, 2005 4:30 am
by CoderGoblin
Article and description for other may be found in Alistapart

I have not tested this however so I do not know if it works.