well i reinstalled same problem. its a stupid awardspace problem.
Ok. I guess I will export and rebuild it. Thanks for your help though.
You talking about looking in the .htaccess file right? I dont see anything wrong in there. It was working before I reinstallled to a new domain. maybe i forgot to delete everything.
here is the .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress