Make WordPress Core

Opened 15 years ago

Closed 11 years ago

Last modified 11 years ago

#12502 closed enhancement (wontfix)

wordpress portability

Reported by: significance's profile significance Owned by: significance's profile significance
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

i find it really frustrating moving wordpress from server to server and to a new url.

this is mainly due to the fact that the url is hard coded in the database, requiring me to open up the sql and do a find and replace.

would it be possible to use the $SERVER globals to get the 'blog url' rather than making entries in the database with the http://blog.url/ part of the url?

that would make the process so much easier, since you could just backup/reup the database using your normal database admin tools without messing around with editing the .sql file or going through the processes described at

http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_to_a_New_Server

would it be possible to make wordpress more portable? i would be happy to help design/code the feature.

Dan

Change History (6)

#1 @significance
15 years ago

  • Owner set to significance
  • Status changed from new to accepted

#2 @scribu
15 years ago

  • Keywords wordpress removed
  • Milestone changed from Unassigned to Future Release

would it be possible to use the $SERVER globals to get the 'blog url' rather than making entries in the database with the http://blog.url/ part of the url?

That's a terrible idea, IMO.

Related to this ticket: #11394 [12978]

#4 @ocean90
13 years ago

  • Keywords portability removed

#5 @johnbillion
11 years ago

  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from accepted to closed

Closing this off as wontfix. The ticket is too open-ended and will sit here forever without a patch. If WordPress did consider changing how URLs are stored or referenced, it would require significant planning and discussion beforehand.

Note: See TracTickets for help on using tickets.