Hello,
All of the links on this website seem to be pointing to the homepage.
This problem seems to have started after Rackspace started migrating data to their new servers, but it could also be some other problem.
My first suspicion fell on the .htaccess file which has the following contents,
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Anyway, I deleted it and regenerated it through the permalink settings but to no success. Can someone point me to what could be wrong? Thanks