(2013-09-18, 15:42:42)D.O. Wrote: Hi Manubz,
Just a formality, check your write permissions
and then take a look at here:
http://get-simple.info/wiki/lighttpd_permalinks
Hi, thanks for your reply all.
My problem start to be solved..
So, yesterday I followed your link and tried to enable fancy urls on my lighttpd webserver. For all my pages, it runs very well but I can't still run Fancy Urls for news manager posts.
My website url are like that : http://mywebsite.fr
So for pages, Fancy Urls runs like that and runs very fine :
Code:
"/([A-Za-z0-9_-]+)/?$" => "/?id=$1",
But for news manager articles, default urls are
Code:
http://mywebsite.fr/index.php?id=projets&post=POSTNAME
So I tried some things like without success
Code:
"/([A-Za-z0-9_-]+)/&post$" => "/?id=$1"
After many many tries, I could not find a good combination for News Manager :/
Thanks for your replie.