<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /domain/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /page/index.php [L]
</IfModule>
<Files .htaccess>
order allow,deny
deny from all
</Files>
There is my HTACCESS file, I hope it only has to do with the HTACCESS file and nothing to do with WP.