I have a blog at www.brilliantprints dot com.au/blog -and recently after installing a service that messed with my mysql installation it has started giving me problems. While the main blog page is working - none of the individual post pages currently work. I'm looking for someone to help me fix the problem on the following basis: 1. Send me a PM telling me why you are qualified 2. I'll pay you $10 upfront to take a look and tell me what the problem is 3. You come back to me and give me a price for fixing it. I figure that's the fairest way to compensate you for your time without exposing myself to an unlimited expenditure. Regards Dylan
Yes, .htaccess file is missing. Creat a .htaccess file and add following code <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> PHP:
Bugger...not sure how I managed to do it - but that fixed it perfectly Thanks for everyone's advice - and YIAM I've sent you a pm. Dylan