Page 1 of 1

[fixed] links to news items when mod_rewrite is turned on

Posted: Thu Sep 08, 2011 6:44 pm
by deactivated010521
I did a fresh install, turned on mod_rewrite which works fine for content pages but not for the news module.

When I click on a news item from the homepage I get a http 404 (not found) error. The url looks like: http://beta.xxx.lan/news/1/39/News-Module-Installed/

When turning mod_rewrite of the newspage works fine:
http://beta.xxx.lan/index.php?mact=News ... eturnid=39

Can anybody verify?

config.php

Code: Select all

$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '/';
placed .htaccess file in the installation directory

Code: Select all

cp /mnt/web/beta/public/doc/htaccess.txt /mnt/web/beta/public/.htaccess
URL: http://svn.cmsmadesimple.org/svn/cmsmad ... hes/1.10.x
Revision: 7385

Re: links to news items when mod_rewrite is turned on

Posted: Mon Sep 12, 2011 8:17 pm
by calguy1000
fixed in svn. Modules with routes can't lazyload... I'll look at caching routes in 1.11

Re: links to news items when mod_rewrite is turned on

Posted: Tue Sep 13, 2011 6:59 am
by deactivated010521
Working fine now.

Revision: 7390