2012-02-18, 21:54:05
ccagle8 Wrote:marrco Wrote:maybe GS could test if running with nginx and output a different message. But i think it should me made clear that with nginx .htaccess directives are ignored.
Can you setup the if-statement for this, and Make sure it works n your nginx server, and then i will check it on a couple of my servers?
Sorry, i have no idea of your coding style, so it's better i don't write that statement. Maybe you could set a global IS_NGINX so that you can use in different places in your code (ie. not to set root .htaccess for fancy_urls or checking for mod_rewrite)
But running this on my server:
Code:
<?php
echo $_SERVER['SERVER_SOFTWARE'];
?>
Code:
nginx/1.1.14
If you need some testing just contact me directly, i have a few test box (running updated debian squeeze and nginx) so i can test setup and upgrades. As per RC4 all works fine, upgraded a few websites and did one new install without any problem.