Ive sent a trouble ticket to the theme support. My htaccess is certainly corrupt, here is what it contains:
addhandler x-httpd-php5 .php4
addhandler x-httpd-php5-cgi .php
# 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
Anything wrong with that? Cheers, Susan