Links do not work
PermalinkI lost access to my "SlapY"-Account so here's another one.
(Because I lost access of my former Work-Mail-Account :-( )
I'm working on a new project using C5 where I have copyied a Block's bahaviour regarding links.
The code to get the final Link is
$href = (BASE_URL.DIR_REL. Page::getCollectionPathFromID($lnk));
And that gives me links likehttp://my.domain.com/mypage/
But the links are not accessible while the page itself is accessible using e.g. "index.php/mypage/".
I tried to activate PrettyURLs which does not seem to change the behaviour. Also, I tried to add a REWRITE_ALL to the config/site.php which totally destroys access to the page (can't find dashboard etc).
Anything I have forgotten?
Thanks,
SlapY/YpalS
http://www.concrete5.org/community/forums/installation/pretty-urls-...
Thanks