Quantcast
Channel: LowEndTalk
Viewing all articles
Browse latest Browse all 39981

Wordpress + Nginx Tags issue.

$
0
0

So I have wordpress installed on nginx as seen at http://www.bitaccel.com/blog
Everything is working properly except for one thing....

TAGS

The only tag that will work is the dallas-vps one.
http://www.bitaccel.com/blog/go/dallas-vps/

Any other tag on that blog will not work - here is the configuration for that site...

server { server_name bitaccel.com www.bitaccel.com; root /var/www/bitaccel.com; include /etc/nginx/fastcgi_php; location / { index index.php; } location /blog { index index.php; try_files $uri $uri/ /blog/index.php?$args; } location /blog/go { try_files $uri $uri/ /blog/index.php?$args; } }

I'm not sure how to get the tags working properly. Can anyone provide some insight?


Viewing all articles
Browse latest Browse all 39981

Trending Articles