Links do not work

Permalink
Hi folks,
I 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

 
admin replied on at Permalink Reply
My bad - it was the htaccess-file (which generates mod_rewrite code) but my server uses ISS so I had to do this:

http://www.concrete5.org/community/forums/installation/pretty-urls-...

Thanks