[wp-trac] [WordPress Trac] #19216: Wp-admin using wrong url's for pagination
WordPress Trac
wp-trac at lists.automattic.com
Wed Nov 9 11:20:46 UTC 2011
#19216: Wp-admin using wrong url's for pagination
--------------------------+-----------------------------
Reporter: melkdesk | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: major | Keywords:
--------------------------+-----------------------------
I am using the following setup:
Nginx -> varnish -> wordpress/apache
functions.php:
update_option('siteurl' and update_option('home' are correct.
wp-config.php:
define('WP_HOME' and define('WP_SITEURL' are correct.
Frond end of the site works fine, backend works fine, BUT when i want to
use the backend pagination to go to page 2 of posts, the url points to the
ip of the server, thus invalidating my admin cookie.
( http://???.??.??.??/wp-admin/edit.php?paged=2 ,this should be
http://site_url/wp-admin/edit.php?paged=2 ) ..
I'm able to replicate this issue with a clean wp using the same setup.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19216>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list