After login I get the following URL and am not moved off of the login screen to the dashboard for my installed wordpress at 1.5.2
http://explorer.blogdns.com/wp/wp-login.php?redirect_to=%2Fwp%2Fwp-admin%2F
If I modify the URL as follows:
http://explorer.blogdns.com/wp/wp-admin
I go to the dashboard.
If if I click on options I get the login screen again and the following URL:
http://explorer.blogdns.com/wp/wp-login.php?redirect_to=%2Fwp%2Fwp-admin%2Foptions-general.php
Changing the URL to http://explorer.blogdns.com/wp/wp-admin/options-general.php gets me to the proper options panel.
Environment:
Linux Fedora Core 4 on Intel Pentium 3 - kernel-2.6.13-1.1526_FC4
Apache web server - httpd-2.0.54-10.2
PHP - php-5.0.4-10.4
Servername specified in the viruatl host definition
Use canonicalname set to on.
Testing done on both IE and Firefox.
Cache and cookies cleared before testing.
Any ideas why I need to modify the URL to navigate WordPress?