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

The members of the Dev team will place issues here that they consider to be solved.
Post Reply
deactivated010521

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

Post 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
Last edited by deactivated010521 on Tue Sep 13, 2011 7:00 am, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: links to news items when mod_rewrite is turned on

Post by calguy1000 »

fixed in svn. Modules with routes can't lazyload... I'll look at caching routes in 1.11
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
deactivated010521

Re: links to news items when mod_rewrite is turned on

Post by deactivated010521 »

Working fine now.

Revision: 7390
Post Reply

Return to “Closed Issues”