Is there a redirect plugin for Wordpress that works with an Nginx server (no htaccess file)?
-
We're using a Nginx server rather than apache and Nginx doesn't use htaccess All the plugins I've found do mod_rewrites and 301 redirects via the htaccess file. How is this accomplished with Nginx and is it possible with a redirect or SEO plugin?
-
Answer:
Paul, we use/recommend http://wordpress.org/plugins/redirection/ for a lot of our customers. It works great. Or are you trying to the www, nakedomain 301/canonical url thing?
Vid Luther at Quora Visit the source
Other answers
Simple 301 redirects is server agnostic, as it uses the wp_redirect function (and thus not at the server level)
Andrew Norcross
If you have a wroking .htaccess file then you can convert those rules into Nginx rules using http://winginx.com/htaccess service!
Karthik Panjaje
Related Q & A:
- How do I redirect all posts from the old Wordpress to a subdomain?Best solution by en.support.wordpress.com
- How to open a file in external editor programmatically in eclipse plugin development?Best solution by Stack Overflow
- How to fire a function before and after automatically in a jquery plugin?Best solution by catchmyfame.com
- How to change category of a post automatically in WordPress?Best solution by Stack Overflow
- How can you create a different page in Wordpress?Best solution by WordPress
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.