I’ve just moved a 1.6.9 site developed locally and working perfectly in MAMP to a new hosting account. I can see the site and access the control panel no problem but no matter what I do I cannot view any other pages - the correct URL’s display but just show the homepage template for all;
http://www.contactfirst.com.au
I’ve tried this with/without the .htaccess file with no difference
RewriteEngine on
RewriteCond $1 !^(images|cfadmin|site_images|css|js|flash|themes|index\.php|admin\.php) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]Help!