Forum archive
Redirect (mod_rewrite) Not Working
I have two Turnkey LAMP Stack OVA's - version 13 and version 14. I have a FRESH install of Wordpress, latest version on both VM's (Turnkey LAMP v. 13 & 14). Permalink %postname% works on version 13, but ont on version 14. Mod_rewrite is installed on both VM's. I'm stumped and can really use some advice.
These are fresh, vanilla installs of EVERYTHING. No special plugins, apache tweaks, nothing.
Permalink with default post number works on v. 14, but %postname% does not, which relies on mod_rewrite. The result is a HTTP 404 error on everying except the home page.
Thanks you,
Neil
Beyond that I'm not sure. Perhaps there is something that also needs to be enabled in WordPress?
Also the version of Apache in v13.0 is 2.2; whereas in v14.0 it's 2.4. There are some quite significant changes between these Apache versions, perhaps you need to make some config changes to your Apache vhost or .htaccess file(s)?
[Updated] Oops I just realised that you specifically mentioned "mod_redirect", not "mod_rewrite". I do not know of a mod_redirect, although there is a "Redirect" directive (that you can use in your vhost). Did you mean mod_rewrite?