Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#1707 closed defect (bug) (invalid)

Default rewrite rules do not work with non-standard http-port urls

Reported by: mark's profile mark Owned by: ryan's profile ryan
Milestone: Priority: normal
Severity: normal Version: 1.6
Component: General Keywords: mod_rewrite rewrite request_uri
Focuses: Cc:

Description

On my home server I'm forced to use a non-standard http (port 81). The default rewrite rules located in classes.php are not specific enough to support this. The new default rewrite rules use ${REQUEST_URI} to construct a full url including port if specified. Attached is a patch of the changes necessary. Server is running Apache 2.0.54-r31.

Attachments (1)

classes.php.diff (364 bytes) - added by mark 20 years ago.

Download all attachments as: .zip

Change History (5)

@mark
20 years ago

#1 @ryan
20 years ago

  • Owner changed from anonymous to ryan

#2 @mark
20 years ago

Today is not my day. Ignore the diff.

#3 @mark
20 years ago

Obviously I changed the wrong part. As you can see I hardly know what I'm doing, but this seems to be a valid complaint.

#4 @mark
20 years ago

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

Naturally I jumped the gun prematurely. My apologizes. This is not a present bug.

Note: See TracTickets for help on using tickets.