From: Jeff D. <da...@da...> - 2002-11-22 16:50:19
|
> I think the easiest thing that I can do would be to install PHPwiki > under it's own subdirectory of /wiki and in the root directory have an > immediate HTTP redirect to point to http://xxx/wiki. As long as you're only redirecting requests for / (or /index.*) to /wiki/FrontPage, that will work fine. If you're thinking of trying to redirect _everything_, then, of course, you're back to the same problem. (If you redirect everything except for requests for /*.{gif,css,jpg}, then that's Idea 1.) |