Pretty URLs in 1.10.2 giving 404 error
Posted: Mon Dec 12, 2011 4:43 am
Hi -- I've looked through the forum to see if I can find what might be wrong with my pretty urls, but can't, so...
I've done a clean install of 1.10.2..all is fine. But after changing config.php and adding .htaccess, I can't get pretty urls to work. Keeps giving me a 404 error message.
I've done pretty urls before on earlier versions of CMSMS and haven't had problems, so wondering if I've done something wrong with 1.10.2. I noticed the config.php is different, but I added the lines as noted in the CMSMS Config Variables pdf document:
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '.html';
My CMS is not in a subdirectory.
In the admin's system information list, everything seems to be fine.
This is a new host to me, but all has gone well up until now. If I were to ask my host a question, what would it be? Something about turning on mod_rewrite? (There's nothing listed when I look at phpinfo.php).
I've done a clean install of 1.10.2..all is fine. But after changing config.php and adding .htaccess, I can't get pretty urls to work. Keeps giving me a 404 error message.
I've done pretty urls before on earlier versions of CMSMS and haven't had problems, so wondering if I've done something wrong with 1.10.2. I noticed the config.php is different, but I added the lines as noted in the CMSMS Config Variables pdf document:
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '.html';
My CMS is not in a subdirectory.
In the admin's system information list, everything seems to be fine.
This is a new host to me, but all has gone well up until now. If I were to ask my host a question, what would it be? Something about turning on mod_rewrite? (There's nothing listed when I look at phpinfo.php).