[geeklog-devel] Blocks again...

Dirk Haun dirk at haun-online.de
Wed Jul 7 17:10:01 EDT 2004


>Anyway, this is probably a server-side issue.

For the record: Geeklog relies on $HTTP_SERVER_VARS['SCRIPT_NAME']
containing the relative URL of the current PHP script (e.g. /index.php).
On Simon's server, however, it always contained /fcgi-bin/php (whatever
that is - looks like the path to the PHP executable).

Using $HTTP_SERVER_VARS['PATH_INFO'] instead fixed it for him. We'll have
to check for that variable, too, then.

Actually, all that code for guessing the current URL could probably
benefit from some refactoring :-/

bye, Dirk


-- 
http://www.haun-online.de/
http://www.haun.info/




More information about the geeklog-devel mailing list