Page 1 of 1

modrewrite with album?

Posted: Wed Mar 12, 2008 9:26 am
by nicmare
I did not find anything regarding modrewrite and album module?!
i just want to activate it with the following rule in last line:

Code: Select all

RewriteEngine On
RewriteRule ^index.html index.php
RewriteRule ^([a-zA-Z0-9∞_-]+).html$ index.php?page=$1
RewriteRule ^([a-zA-Z0-9∞_-]+)/([a-zA-Z0-9∞_-]+).html$ index.php?page=$2
RewriteRule ^news/([A-Za-z0-9-]+)/([0-9]+)/([0-9]+).html$ index.php?mact=News,cntnt01,detail,0&cntnt01articleid=$2&cntnt01returnid=$3 [L]
RewriteRule ^galerie/([A-Za-z0-9-]+)/([0-9]+)/([0-9]+).html$ index.php?mact=Album,m4,default,1&m4albumid=14&m4returnid=54&page=$4 [L]
but it don't work. nothing happens! cmsms stil generates the usual code:

Code: Select all

http://www.url.de/index.php?mact=Album,m4,default,1&m4albumid=14&m4returnid=54&page=54
whats wrong with that?