Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
###################
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} blog.ramenfx.org
RewriteCond %{REQUEST_URI} !blog/
RewriteRule ^(.*)$ /blog/$1 [L]
###################<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>1 to 2 of 2