I am trying to setup Wordpress Multisite, using subdirectories, with Nginx, php5-fpm, APC, and Batcache.
As many other people, I am getting stuck in the rewrite rules for permalinks.
I have followed these two guides, which seem to be as official as you can get:
http://evansolomon.me/notes/faster-wordpress-multisite-nginx-batcache/
http://codex.wordpress.org/Nginx#WordPress_Multisite_Subdirectory_
I'm using Nginx with ISPConfig 3 to make the configuration and I'm getting rewrite or internal redirection cycle that I can't figure out with my limited knowledge of nginx.
[error] 13741#0: *64 rewrite or internal redirection cycle while internally redirecting to "/index.html", client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", host: "localhost"
vhost config:
server {
lis
I've installed everything that is needed by Wordpress i.e. nginx 1.2.5 (built from source on /usr/local/nginx), php-fpm with other php packages and mysql via apt-get. I downloaded wordpress-3.4.2.zip and extracted it in /usr/local/nginx/html/blog. I've created MySQL database for wordpress with all privileges.
I have pretty much a stock installation of LEMP on Ubuntu server that I was setting up just to host a few static files.
When setting up PHPNuke just for testing purposes, I noticed that I didn't have GD support installed. I had nginx set up with php5-fpm so ran "apt-get install php5-gd" to install the GD support libraries. After that though, nginx broke.
I am a complete noob when it comes to Nginx, but I'm trying to make the switch over for my WordPress site. Everything works, even the permalink, but I can't access my WordPress admin directory (I get a 403 error).
I have my WordPress install in a subfolder, so that complicates things a bit for me.
I'm using try_files like this:
http {
server {
error_log /var/log/nginx debug;
listen 127.0.0.1:8080;
location / {
index off
default_type application/octet-stream;
try_files /files1$uri /files2/$uri /files3$uri;
}
}
}
In the error log, it's showing this:
*[error] 15077#0: 45399 rewrite or internal redirection cycle while internally redirecting to "/files
I am extremely new to this so please don't shoot me down:
I have set up a Linode running Ubuntu, It is all sort of working except Nginx.
I am following this guide:
http://rubysource.com/deploying-a-rails-application/
And this for nginx:
http://library.linode.com/web-servers/nginx/installation/ubuntu-10.04-lucid
When I go to my IP, I get a 500 internal server error.
I have tried starting nginx
Running WordPress On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04
This tutorial shows how you can install and run a WordPress blog on a
Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead
of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP).
In addition to that I will also show you how you can use the WordPress
plugins WP Super Cache and W3 Total Cache with
Anyone know how to fix an issue with Nginx + Apache + Wordpress redirecting to localhost/127.0.0.1? I've tried a lot of different fixes, but none have worked for me.
I can go to http://domain.com/wp-admin just fine and use everything there normally. But if I try to go to http://domain.com it redirects to 127.0.0.1.