Opened 3 years ago

Last modified 22 months ago

#12502 accepted enhancement

wordpress portability

Reported by: significance Owned by: significance
Priority: normal Milestone: Future Release
Component: General Version:
Severity: normal Keywords:
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 (4)

  • Owner set to significance
  • Status changed from new to accepted
  • 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]

  • Keywords portability removed

It's also a GSoC project, see http://gsoc2011.wordpress.com/wordpress-move/

Note: See TracTickets for help on using tickets.