Hi there - I've just migrated a site I've been working on from localhost to a live server:
http://www.alexander-pr.co.uk/wordpress/
I've retained the permalinks structure, which is a customer structure appending /%postname%/ to the end. This was working fine on localhost, but is throwing a 404 error on live, so the only way I can get it to work is by having index.php before the page / post name:
http://www.alexander-pr.co.uk/wordpress/index.php/services/
I've gone through the steps on here, and I still can't fix it:
http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
I've done some research with the client's hosting provider (Namesco), and have found out that they seem to use a webserver called Zeus. I've never heard of it, but they have a section on the site which talks about translating rewrite rules into a format recognised by Zeus. I've tried a couple of fixes I've found on Google, but nothing is working - does anyone have a tried and tested answer to getting permalinks working under Zeus?
Thanks very much.
Stuart