Hi!
Hopefully someone can help me out. I just installed a new blog for my company at http://iPhoneExpress.com/blog. It is a site where you can pre-order the iPhone 5 and other Apple products.
However, the links to my posts do not work, I just end up on the main page. So in effect I cannot see any blog post, only the main page.
I tried changing theme but I still have the same problem.
My permalink is (custom): /index.php/iphone/%postname%/
I have set the category base to "cat" and the tag base to "tag".
I'm running it on a Windows Server that has PHP installed. I have run another blog on the same server and database and it works fine. since my web host only allows a limited number of databases I use the same database but with another prefix. None of the blogs are multisite.
I have this in my wp-config.php:
define('WP_DEBUG', true);
define( 'WP_ALLOW_MULTISITE', false); // Changed from WP3 RC3
define( 'MULTISITE', false );
define( 'SUBDOMAIN_INSTALL', false );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'www.iphoneexpress.com' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
but I have also tried taking these lines out and I still get the same problem.
I've tried using the default permalink structure but that gives the same problem.
Does anyone have an idea of what it could be?
I suspect it might have anything to do with the shared database or how I define my permalink structure.
I don't have any plugins. The theme I'm using is home made, using Twentyten as a base (but I also get the same problem when trying another theme, without any editing).
I would be very grateful for your advice.