copy wordpress site files on new server

I wrote a process that I use when I move a WP site from one place to another. I keep tweaking it, but the process has worked well for me many times. There are plugins that purport to automate the move, but they didn’t work for me, or they required premium ($) features to complete … Read more

SSH Upgrade Problem

This Question was answered on ServerFault by the asker. I am adding his answer here as a community wiki. Here is the full solution, thanks to michaelmior for his help, it got me half way. Run this command to generate keys: ssh-keygen You’ll get this output: Generating public/private rsa key pair. Enter file in which … Read more

Has anyone used the wordpress plugin w3-total-cache on a Dreamhost VPS successfully? [closed]

Recently an error occurred while creating the CSS / JS minify cache… Frederick Townes, the developer of W3 Total Cache, himself said that the notifications “functionality really gives too many false positives right now and should be disabled.” That was 4 months ago, and still holds true today. I have this very same error showing … Read more

Can you run WordPress on a MarketLive/Java EE server?

PHP is programming language and software that interprets and runs code written in that programming language. But PHP is not web server – software that responds to requests, puts together and sends pages to visitors. If you are using web server that cannot use PHP then your only option is to add another web server … Read more