1
Hi there
I really like and support fmcontent module, but te main reason why i don't use it on live site is because I didn't manage url rewrite to work.
Url rewrite is working on the same site in Publisher, but when I install fmcontent (news) and try to do rewrite as it say in docs, I got 404.
Quote:
The requested URL /website/news/article/neka-tema/1/test-vesti.html was not found on this server.
Also I don't understand the logic of shorting urls.
Quote:
^ doesn't work, and the .htaccess say, like in docs:
Quote:
RewriteRule ^([a-zA-Z0-9_-]*)/([a-zA-Z0-9_-]*)/([a-zA-Z0-9_-]*)\.html$ content.php?id=$2&page=$3 [L]
RewriteRule ^fmcontent/([a-zA-Z0-9_-]*)/([a-zA-Z0-9_-]*)/([a-zA-Z0-9_-]*)\.html$ modules/fmcontent/content.php?id=$2&page=$3 [L]
Apache log say
Quote:
I'm having this problem since first version of fmcontent