Support Forum

REDIRECTION ERRORS

RA -Radio-
-Radio-
Member

ok… there was an error being reported in my 404 logs on my site, even though all files were in place and permissions correctly set.

The error was being caused at my server level with a bad directive in .htaccess.

Once corrected, things worked smoothly.

This in mind, there are several things that can create, edit, alter and interfere with .htaccess and redirection within wordpress, including wordpress permalinks, any plugin that creates permalinks, alters, redirects or intercepts them (such as SPF and hundreds of other plugins).

.htaccess can also discriminate according to browser type, agent, referer, ip and host name.

Given the number of errors being reported with issues, and the seemingly indiscriminant way the errors are effecting different browsers, servers, and installs. it may be time to take a closer look at prety permalink codes, and the effects of choosing different permalink structures, page deapths, and custom page placements.

4 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

If you mean the number of installation issues then yes, it’s worrying but it’s worth noting that it’s a very small number when compared to the amount of downloads the forum has had. Even if only a quarter of those who have downloaded installed then it would still be just a small handful with problems. And permalink settings have no influence on the back end admin. (yes other stuff may well but not permalinks).

RA -Radio-
-Radio-
Member

well it is worth considering it as a possible cause of some of the unusual errors we are seeing… WP-Super-Cache and other cache plugins, any plugin that uses a page to display plugin dynamic data like SPF, wp-classifieds, webcomic, etc…

FYI, permalinks do not just effect only the front end. Those routines also create and edit .htaccess entries, and .htaccess is global. It's working in both the front and back end, all the time, on every page, script, graphic, including the installer and all scripts associated with it.

YS Yellow Swordfish
Yellow Swordfish
Member

Oh I am not disagreeing with you – especially over .htaccess.

MP Mr Papa
Mr Papa
Member

bit confused…  when you turn on permalinks, the .htaccess file is modified once by wp…  it does not modify it again…  from then on, and it doesnt matter how many plugins add new pretty permalinks, or if you change your permalink structure, it is all handled via rewrite rules inside of wp.  other plugins may modify the .htaccess if they want specific redirection, but do not need to for pretty permalink operation.

spf certainly does not make or require any changes in the .htaccess and in fact works if the .htaccess file is empty (the case for wp and default permalinks).

have I missed something?