SES with NT and IIS
Brought to you by:
bumbler
If you are using the SearchEngineSafe.php file on a
windows machine running IIS you will get the following
error.
Warning: Undefined index: REQUEST_URI in
SearchEngineSafe.php on line 37
Warning: Undefined offset: 0 in SearchEngineSafe.php
on line 38
the REQUEST_URI environment variable seems to be
apache specific. I switched it to SCRIPT_NAME and it
works fine but who knows if that is IIS specific.
Logged In: NO
SCRIPT_NAME is *NOT* IIS specific.