Manubz, be careful!
Following the instructions at
http://get-simple.info/wiki/lighttpd_permalinks titled "Getting Permalinks to work with News Manager"
you should use "url.rewrite-once" and NOT "url.rewrite" as you do here...
and then for NM
Following the instructions at
http://get-simple.info/wiki/lighttpd_permalinks titled "Getting Permalinks to work with News Manager"
you should use "url.rewrite-once" and NOT "url.rewrite" as you do here...
PHP Code:
url.rewrite = (
"/([A-Za-z0-9_-]+)/?$" => "/?id=$1",
)
and then for NM
PHP Code:
url.rewrite-once = (
"/projets/post/?$" => "index.php?id=projets&post=$1"
)
My website made with GetSimple CMS is
Arte & Società
www.artesocieta.eu
An indipendent website about Italian Contemporary Visual Arts
Arte & Società
www.artesocieta.eu
An indipendent website about Italian Contemporary Visual Arts