
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /grandkecubung/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /grandkecubung/index.php [L]
</IfModule>

# END WordPress

#Force www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^benoabayvillas.com [NC]
RewriteRule ^(.*)$ http://www.benoabayvillas.com/$1 [L,R=301,NC]