Forum Moderators: phranque
## BEGIN sonassi.com wordpress extension
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^/blog/wp-admin
RewriteCond %{REQUEST_URI} !^/blog/wp-content
RewriteCond %{REQUEST_URI} ^/blog
RewriteCond %{REMOTE_ADDR} !^89\.200\.138\.20
RewriteRule .* ../index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule wp-includes/js/tinymce/plugins/mcespell/spell-check-service wp-content/plugins/ajax_spellchecker/service/spell-check-service.php [QSA,L]
RewriteRule wp-includes/js/tinymce/plugins/mcespell/(.*) wp-content/plugins/ajax_spellchecker/tinymce/mcespell/$1 [L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
RewriteCond %{HTTP_HOST} ^blog.splatcooking.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.blog.splatcooking.net$
RewriteRule ^(.*)$ http://www.splatcooking.net/blog/ [R=301,L]
* http://www.splatcooking.net/home/splatcoo/public_html/js/lib/ccard.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/mage/cookies.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/mage/translate.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/prototype/prototype.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/prototype/validation.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/scriptaculous/builder.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/scriptaculous/controls.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/scriptaculous/dragdrop.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/scriptaculous/effects.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/scriptaculous/slider.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/varien/form.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/varien/js.js
* http://www.splatcooking.net/home/splatcoo/public_html/js/varien/menu.js
* http://www.splatcooking.net/home/splatcoo/public_html/skin/frontend/base/default/js/lightbox/lightbo...
RewriteEngine On
#
RewriteCond %{HTTP_HOST} ^(www\.)?blog\.example\.com [NC]
RewriteRule ^(.*)$ http://www.example.com/blog/ [R=301,L]
#
RewriteBase /blog/
#
RewriteCond %{REQUEST_URI} !^/blog/wp-(admin|content)
RewriteCond %{REMOTE_ADDR} !^89\.200\.138\.20
RewriteCond %{REQUEST_URI} !\.(gif|jpe?g|png|ico|css|js|pdf|doc|avi|mov|wmv|swf|flv)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^blog ../index.php [L]
#
# BEGIN WordPress
#
RewriteRule ^wp-includes/js/tinymce/plugins/mcespell/spell-check-service wp-content/plugins/ajax_spellchecker/service/spell-check-service.php [L]
RewriteRule ^wp-includes/js/tinymce/plugins/mcespell/(.*) wp-content/plugins/ajax_spellchecker/tinymce/mcespell/$1 [L]
#
RewriteCond %{REQUEST_URI} !^/(blog)?index\.php$
RewriteCond %{REQUEST_URI} !\.(gif|jpe?g|png|ico|css|js|pdf|doc|avi|mov|wmv|swf|flv)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
#
# END WordPress