On 7/20/06, Ryan <[EMAIL PROTECTED]> wrote: > So the root / still went to an index.html and the wiki directory. We've > had some issues with the catalyst not being root(/) with links and such so > we want to make it have root but now that we made it root I can't access > the index.html or the wiki directoy. I tried adding
AFAIK, if you're using ->uri_for() for all your links you shouldn't have any problems relocating Catalyst wherever you want. You probably have some explicity URLs in your code, hence the problems. -Nilson Santos F. Jr. _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
