#1923 closed enhancement (invalid)
When using mod_rewrite to rewrite to https, changing themes fails
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 1.6 |
| Component: | Administration | Keywords: | https, rewrite |
| Focuses: | Cc: |
Description
When using a configuration like this and having site url configured as beeing http://... Changing themes fails with the message "Sorry, you need to enable sending referrers for this feature to work.".
RewriteMap lowercase int:tolower
RewriteCond %{REQUEST_URI} ^/.*/wp-login.php [OR]
RewriteCond %{REQUEST_URI} ^/.*/wp-admin/
ReWriteCond %{HTTPS} !^on$
RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Patch