All Posts Tagged With: "HTTP"
Fix HTTP Errors With WordPress 2.5
Ever since I updated to WordPress 2.5 I started getting HTTP errors everytime I tried to upload an image. I found a very quick fix that requires a line to be added to WordPress’ .htaccess file:
Open your WordPress 2.5 installation in an FTP client
find your .htacess file (usually in ‘www’)
add the following line:
SetEnvIfNoCase Request_URI [...]
5Apr2008 | Tony Williams | 3 comments | ContinuedReduce Page Loading Times With PHPSpeedy
If you run your own website or a blog then this post is for you. PHPSpeedy is a new free script that will make your pages load at blistering speeds, by making fewer HTTP requests, adding a far-future expires header, and gzipping other page elements.
Following Everton’s instructions, I added PHPSpeedy to my site in [...]


