Hi all,
I'm new to CMS Made Simple and I tried working with the built in news module.
It displays the newsitems, but when I click the title or read more, a 404 error appears.
I've reinstalled the module, but this does not help.
The format of the url is: news/1/53/News-Module-Installed.html.
Does anyone know a solution for this?
Thanks.
[SOLVED] News module 404 error
[SOLVED] News module 404 error
Last edited by griansun on Mon Mar 30, 2009 7:45 am, edited 1 time in total.
Re: News module 404 error
I've found the solution 
After adding the following rule to htaccess file it worked:
RewriteRule ^/([^/]+)/([0-9]*)/([0-9]*)/([^/]+)\.html /index.php\?page=$1/$2/$3

After adding the following rule to htaccess file it worked:
RewriteRule ^/([^/]+)/([0-9]*)/([0-9]*)/([^/]+)\.html /index.php\?page=$1/$2/$3
Re: [SOLVED] News module 404 error
Cool only 2 post and you know to put [solved] in the subject line...