php - wordpress posts search when located in subdirectory -
we have strange behaviour in our wordpress when try posts search or change password.
the wordpress located @ http://oursubmodaine.ourwebsite.com , users access trough following subdirectory : https://ourwebsite.com/blog.
search in post url : https://ourwebsite.com/blog/wp-admin/edit.php?s=test&post_status=all&post_type=post&_wpnonce=02c8e376c9&_wp_http_referer=%2fwp-admin%2fedit.php&action=-1&m=0&cat=0&seo_filter=&paged=1&action2=-1
there redirect 302 code , user redirected :
https://ourwebsite.com/wp-admin/edit.php?s=test&post_status=all&post_type=post&action=-1&m=0&cat=0&seo_filter&paged=1&action2=-1
but don't have problem when save new posts.
our proxy pass in our nginx server :
location ^~ /blog/ { proxy_pass http://oursubmodaine.ourwebsite.com/; proxy_redirect off; }
did had same issue ?
Comments
Post a Comment