Mac OS X Apache PHP MySQL Configuration
Mac OS build in Apache2 for the default web server. PHP is comes with the standard build as well, but you need to enable it
Mac OS build in Apache2 for the default web server. PHP is comes with the standard build as well, but you need to enable it
The following code is from official WordPress.org < ?php $block = array("xxx.xxx.xxx.xxx", "yy.yy.y.yyy"); if (in_array ($_SERVER[‘REMOTE_ADDR’], $block)) { header(“Location: http://google.com/”); exit(); } ?> I’ve added
The following code is from official WordPress.org < ?php $block = array(“xxx.xxx.xxx.xxx”, “yy.yy.y.yyy”); if (in_array ($_SERVER[‘REMOTE_ADDR’], $block)) { header(“Location: http://google.com/”); exit(); } ?> I’ve added
Run php on IIS have 2 methods 1. You can use ISAPI Filters 2. PHP via FastCGI <- this post is how-to use FastCGI run