Quote Originally Posted by conor View Post
Hi,

I really need some help from some Zen Cart store owners here.

I need a few people to send me a dump of their server environment variable.

I need to test Ceon URI Mapping v4.0.0 on as many different server types as possible and being able to see some info from other server types will greatly help.

Please could you create a file on your server, such as "servercheck.php"

Make the contents of the files the following:

PHP Code:
<?php

var_dump
($_SERVER);

?>
Then go to http://www.yoursite.com/servercheck.php

Please then "View Source" of the output page and send this output to me privately via this link.

Then delete the file you just created from your server.


I really need people who are using IIS or some other webservers to do this as soon as possible please.. otherwise you may find that v4.0.0 breaks on your server.. in whicih case you'lkl have to wait for a fix in 4.0.1 etc.


Please be assured that all information will be kept private..

I simply need this information to see how differently configured servers build their $_SERVER["SCRIPT_FILENAME"], $_SERVER["DOCUMENT_ROOT"], $_SERVER["ORIG_PATH_INFO"] etc. variables.


Thanks for any help, you'll be helping yourself too as if I can get this code working, there will be no need to "exclude" files in future!

All the best...

Conor
ceon
Hi Conor
I would imagine you already have it for the "Apache" severs. You just need the info for the IIS or other web servers, correct. I have my info for the Apache if you need it. Let me know.