[Phpslash-devel] Re: Phpslash-devel digest, Vol 1 #186 - 1 msg
Brought to you by:
joestewart,
nhruby
From: Mike G. <mi...@op...> - 2003-04-09 00:39:38
|
On Mon, 2003-04-07 at 23:11, php...@li... wrote: > Send Phpslash-devel mailing list submissions to > php...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/phpslash-devel > or, via email, send a message with subject or body 'help' to > php...@li... > > You can reach the person managing the list at > php...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Phpslash-devel digest..." > > > Today's Topics: > > 1. Re: root_url and http_host (Joe Stewart) > > --__--__-- > > Message: 1 > Date: Mon, 7 Apr 2003 14:29:40 -0500 > From: Joe Stewart <joe...@us...> > To: PHPSlash Developers List <php...@li...> > Subject: Re: [Phpslash-devel] root_url and http_host > > On Thu, Dec 19, 2002 at 11:32:57AM -0600, Joe Stewart wrote: > > In short to paraphrase Mike: Love it when things get shorter.. > > "Would it just be easier to specify a host: > > $_PSL['http_host'] = $_ENV['HTTP_HOST']; > > > > & have the root url be somthing like this (if it's in a subdirectory of > > the site): > > $_PSL['rooturl'] = '/public_html';" It's great to be able to specify it, but it's probably even better if you don't have to.. <snip> > Worked OK except for the scripts in the admin directory. The rooturl > changed and screwed it all up. The rooturl has /admin appended. Then > adminurl appends /admin again. Anybody got any good ideas? I sure > don't. Now the convention is (I think) that all of the scripts in the /admin/ directory call on 'config.php' in that directory which calls up the '../config.php' script, right? So couldn't you just fillet out the extra rooturl? $_PSL['rooturl'] = str_replace('/admin/', "/", $_PSL['rooturl']); Or am I missing something... <snip> Mike -- Mike Gifford <mi...@op...> OpenConcept Consulting http://www.openconcept.ca |