Tag Archives: Apache
Idiosynchracy With Apache Rewrites
Did you know that it’s not possible to apply an Apache rewrite condition to multiple rewrite rules? I thought this would work, but requests from every IP address were being redirected: RewriteCond %{REMOTE_ADDR} ^10.0.10.10$ RewriteRule ^uploads/(.*)$ /wp-content/uploads/$1 RewriteRule (.*) http://deadorange.com/blog$1 … Continue reading
Importing large WordPress blogs
I just finished importing a WordPress blog with >1500 posts into a different WordPress blog. Importing the posts succeeded, but the last few steps at the end failed, like recalculating how many posts are in each category. This happened because … Continue reading