modrewrite with album?

General project discussion. NOT for help questions.
Post Reply
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am

modrewrite with album?

Post 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?
Last edited by nicmare on Wed Mar 12, 2008 2:55 pm, edited 1 time in total.
Post Reply

Return to “General Discussion”