Handy .htaccess Rewrite Rule…
I found this really handy rewrite rule, which redirects all traffic from the root folder to a specific subdomain page. 1234RewriteEngine On Options +FollowSymlinks RewriteCond %{HTTP_HOST} ^(www\.)?foo\.org$ [NC] RewriteRule ^ http://blog.foo.org/ [R=301,L] I decided to install WP inside the subdomain ‘blog’. This ensures my root directly is freed of the clutter that WP brings along [...]
Hi, I'm Michael and welcome to my blog.