Tagged Questions
0
votes
0answers
32 views
Enable Minify in W3Total Cache using NGINX
I am having an issue with enabling minify with the W3TC plugin. I am using a LEMP stack and cloudfront as a CDN, and all of these features, except for the minify work fine. In order to enable fancy ...
0
votes
2answers
450 views
How to remove the index.php in the url?
I have installed wordpress in a subdirectory (blog). In the root directory I have installed Magento. Now the file directory is as following:
app
downloader
includes
media
....
blog/wp-admin
My ...
1
vote
1answer
707 views
Nginx Rewrite Rule:: index.html added to every permalink
Been working for several hours on getting my WordPress site to run on a secondary VPS with Nginx. Home is loaded and W3T Cache is working OK, but the permalinks are still broken and each one of them ...
1
vote
1answer
81 views
A single category with a specific permalink structure differing from the standard set for the rest of the site
I'm interested to know if there's a method to specify a specific link structure for only a single category.
Currently I have my install set to /2012/12/post-title. However there is a single category ...
2
votes
1answer
239 views
Setting 404 page in Nginx
I am using this page (http://wiki.nginx.org/WordPress) to setup my WordPress on a nginx/php-fpm server.
Everything is okay, except the 404 page
When I request www.example.com/foo, it send me the ...
1
vote
1answer
74 views
Permalinks for custom taxonomy stopped to work
I'm not sure when this happened, I just noticed it. I have custom taxonomies and post types.
For the longest time I was able to go to domain.com/taxonomy/term and it would display the posts related. ...
0
votes
2answers
773 views
Multiple sites with pretty permalinks with nginx
I'm trying to set up a new local development server and instead of Apache I've decided to go with nginx.
What I'd like to do is have each WordPress site live within its own directory inside ...