Forums
(@thehoff)
19 years, 10 months ago
After all of that… here is the solution to the original poster’s problem. Add the following to your main www directory’s .htaccess. Change ‘foo’ to the directory of your WP blog.
RewriteEngine on RewriteBase / RewriteRule ^foo$ foo/ [R]