Problems with News 2.1 and Mod Rewrite
Posted: Wed Sep 20, 2006 9:00 pm
Running CMSMS 1.0.1 "Oahu"
PHP version 4.3.10
MySQL version 4.0.15
Apache: 2.0.48 (Linux/SuSE), mod_rewite: enabled
News-Module: 2.1
Config: $config['assume_mod_rewrite'] = true;
When mod_rewrite is enabled I cant get the News-Detail Page to work
Link will be:
disabling mod_rewrite and internal pretty urls everything works fine
Link will be:
Does anybody know the solution ?
Is there maybe an existing fix ?
Thanx in advance
p.s: Great work, great cms, keep on !!!!!!!!
PHP version 4.3.10
MySQL version 4.0.15
Apache: 2.0.48 (Linux/SuSE), mod_rewite: enabled
News-Module: 2.1
Config: $config['assume_mod_rewrite'] = true;
When mod_rewrite is enabled I cant get the News-Detail Page to work
Link will be:
Code: Select all
http://www.example.com/news/2/79Code: Select all
$config['assume_mod_rewrite'] = false;
$config['internal_pretty_urls'] = false;
Code: Select all
http://www.example.com/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=2&cntnt01returnid=79Is there maybe an existing fix ?
Thanx in advance
p.s: Great work, great cms, keep on !!!!!!!!