Author |
Message |
Topic: Setting server root |
pyro
Replies: 3
Views: 12313
|
|
Thanks for the help... I was forgetting to move the log folder...
Cheers! |
Topic: Setting server root |
pyro
Replies: 3
Views: 12313
|
|
Hello.
When I try to change the server root from D:\Programs\Abyss Web Server\ to D:\My Documents\My Webs\ I receive the following error:
The server cannot start because of the following error(s ... |
Topic: Server Variables... |
pyro
Replies: 6
Views: 18509
|
|
Oddly enought, register_globals _is_ on... Don't really know what is throwing out these errors. Luckily $_SERVER['VARIABLE'] seems to be working, so maybe I should just convert my scripts to that. It' ... |
Topic: Server Variables... |
pyro
Replies: 6
Views: 18509
|
|
It's not just the remote address, it is also variables like $DOCUMENT_ROOT, etc. Basically, most of my PHP files are not working, because I use these variables... |
Topic: Server Variables... |
pyro
Replies: 6
Views: 18509
|
|
This is a PHP issue. Use $_SERVERSo it can be fixed in php.ini? |
Topic: Server Variables... |
pyro
Replies: 6
Views: 18509
|
|
Do I need to do something special to make server variables work?
<?PHP
echo $REMOTE_ADDR;
?>
etc. won't work on my server. It is set up at http://localhost:81/ to be a testing server... |
|