Changes between Initial Version and Version 1 of Ticket #17168, comment 9
- Timestamp:
- 05/24/2011 07:43:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17168, comment 9
initial v1 3 3 I edited domain in $wpdb->site and change MyDomainName.com to mydomainname.com, low and behold it fixed the redirect loop! Has anyone else experienced this issue? 4 4 5 If I compare relevant tables between $wpdb->blogs and $wpdb-site, $wpdb->blogs domain is all lower case were $wpdb- site has capitalization. If I change $wpdb->blogs's domain to MyDomainName.com to match caps in $wpdb-site the redirect loop is resolved. Vis-versa!5 If I compare relevant tables between $wpdb->blogs and $wpdb-site, $wpdb->blogs domain is all lower case were $wpdb->site has capitalization. If I change $wpdb->blogs's to match caps (MyDomainName.com) in $wpdb->site the redirect loop is resolved. Vis-versa! 6 6 7 7 Where do we go from here?