Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1923 closed enhancement (invalid)

When using mod_rewrite to rewrite to https, changing themes fails

Reported by: blejdfist's profile Blejdfist Owned by: ryan's profile ryan
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)

wordpress-redirect.patch (610 bytes) - added by Blejdfist 20 years ago.
Patch
wordpress-redirect-svn-r3173.patch (660 bytes) - added by Blejdfist 20 years ago.
Patch against SVN repository as of revision 3173

Download all attachments as: .zip

Change History (7)

@Blejdfist
20 years ago

Patch against SVN repository as of revision 3173

#1 @Blejdfist
20 years ago

  • Component changed from General to Administration
  • Milestone set to 1.5.2
  • Version changed from 1.5.2 to 1.6

#2 @ryan
20 years ago

  • Owner changed from anonymous to ryan

#3 @ryan
20 years ago

  • Milestone changed from 1.5.2 to 2.0

#4 @matt
20 years ago

  • Resolution set to invalid
  • Status changed from new to closed

This is not supported. My best advice would be to check out the methods on this page:

http://codex.wordpress.org/Administration_Over_SSL

#5 @(none)
19 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.