Wordpress redirects to itself endlessly
Posted
by user42578
on Server Fault
See other posts from Server Fault
or by user42578
Published on 2010-05-08T15:23:40Z
Indexed on
2010/05/08
15:29 UTC
Read the original article
Hit count: 203
Wordpress
|302-permanent-redirect
I've just upgraded to last version (2.9.1) from kinda late version (2.2.1). After the upgrade I've realized that you cannot access wordpress from my .com domain, however it is possible via other subdomain!
db-he.110mb.com works fine while http://www.db-he.com doesn't.
That both redirect to the same server, and configurations are fine. However you cannot surf index.php (which is wordpress').
www.db-he.com/index.php is doing a permanent redirect to www.db-he.com/index.php for some reason.
Problem is with wordpress only. All other files works fine. For example, changes.txt can be accessed from both links: www.db-he.com/changes.txt db-he.110mb.com/changes.txt
For some reason, it seems more a server problem than a wordpress problem. What can I do?
© Server Fault or respective owner