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 !!!!!!!!

