Community « Discussion forum « Installation support « web address != to physical directory, install problem «
Comment: web address != to physical directory, install problem
| << Previous | Next >> |
The problem is the 'control/configure.php' won't ever submit. The html configure.php generates has a form action of:
action="/blog/control/configure.php"
It should be '/control/configure.php'
Can it not use the $_SERVER["SCRIPT_URI"] variable to determine how to reference it's self? Personally this dosn't seem to be to hard of a task for a php script to know that, I've written quite a few.
Modifying the '$context['url_to_root']' variable in configure.php causes include errors, so '$context['url_to_root']' is definitely being used for location to files, not just building urls.
Yea, my avatar in that game is a little different looking. :D
action="/blog/control/configure.php"
It should be '/control/configure.php'
Can it not use the $_SERVER["SCRIPT_URI"] variable to determine how to reference it's self? Personally this dosn't seem to be to hard of a task for a php script to know that, I've written quite a few.
Modifying the '$context['url_to_root']' variable in configure.php causes include errors, so '$context['url_to_root']' is definitely being used for location to files, not just building urls.
Yea, my avatar in that game is a little different looking. :D
by Raeky on Aug. 1 2004
