[solved] Config file issue with host
Posted: Mon Aug 15, 2011 5:48 pm
I have installed cmsms on a new host (not used before as it came with the client) and they don't support 301 re-direct for pretty urls as they have mod_rewrite pre-configured on their servers. So no need to use .htaccess apparently.
When I activate mod_rewrite in the config file the urls then become correct but ALL pages default to the 404 error page for every page. They are saying the problem is with my script.
Can anyone suggest a way to correct this? I haven't had dealings with this before. What should I be looking for? I haven't made any changes other than the line
$config['url_rewriting'] = 'none';
to
$config['url_rewriting'] = 'mod_rewrite';
Please help! Many thanks.
When I activate mod_rewrite in the config file the urls then become correct but ALL pages default to the 404 error page for every page. They are saying the problem is with my script.
Can anyone suggest a way to correct this? I haven't had dealings with this before. What should I be looking for? I haven't made any changes other than the line
$config['url_rewriting'] = 'none';
to
$config['url_rewriting'] = 'mod_rewrite';
Please help! Many thanks.