Posts: 457
Name: Randy
Location: Northern Wisconsin
|
That is a problem with developing locally, paths for uploaded images will remain as localhost/ etc. I try not to do too much "uploading" while developing local, just a test here and there.
Having the proper write permissions depends how you move your site to live server from local. If you simply move the files and database, then there will be problems with files that should be writable. When Wordpress is installed (from scratch) onto a server, WP sets the upload folder to be writable. Simply moving that upload folder from local will not do the same thing.
You can go in via ftp or whatever and change that upload folder to be writable.
I totally agree though, there should be a GREAT article somewhere that shows the BEST way to move a WP site from local to live. I have read articles that only touch on the subject. Some have recommended installing WP fresh, then uploading the local database. templates, etc. AFTER basic WP is installed.
|