Opened 15 years ago
Closed 14 years ago
#19216 closed defect (bug) (duplicate)
Wp-admin using wrong url's for pagination
| Reported by: | melkdesk | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | |
| Severity: | major | Keywords: | reporter-feedback |
| Cc: | Focuses: |
Description
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Can you provide a dump of
$_SERVERandapache_request_headers()?What version of WordPress are you using?
Are you using mod_php, cgi, suphp, fastcgi, or something else?
Related #18944