Opened 11 years ago
Closed 11 years ago
#33976 closed defect (bug) (worksforme)
Support HTTPS & Reverse proxy at wp-admin
| Reported by: | hideokamoto | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
function pagination & function print_column_headers are not support HTTPS wp-admin address & Reverse proxy Server.
So, I wanna support them.
Attachments (1)
Change History (4)
#1
@
11 years ago
- Component General → Administration
- Keywords reporter-feedback added
- Type enhancement → defect (bug)
Version 0, edited 11 years ago by
(next)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks for the report, hideokamoto, and welcome to WordPress Trac.
Are you correctly setting the
$_SERVER['HTTPS']variable in your wp-config.php file? If so, this change should not be required.More info here: http://serverascode.com/2014/05/31/wordpress-ssl-reverse-proxy.html