wordpress rewrite for nginx

Following the my previous post on nginx and php for the search engine friendly URL edit the virtualhost nginx config file and a localtion server ~/ $ cat /etc/nginx/sites-available/default.conf server { listen 80 default; server_name _; access_log...

install nginx

As promised here are some install instruction – or better would be to say how I did it. Download and unpack the latest source from http://wiki.nginx.org/NginxInstall. I selected the development version. server ~ / $ tar zxvf nginx-0.8.35.tar.gz server ~ / $ cd...

Error thrown

Call to undefined function create_function()