OK I will do that. I thought this might be the case, I appreciate you confirming that for me.
if you visit my site at keystonearchitecture.com I have switched the permalinks so anything you go to will give you not found error.
Options +FollowSymlinks
RewriteEngine on
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
they aren’t the most adept at response, is there any way I can check it?