Posted: Wed Oct 19, 2005 12:20 am
Hannelore,
yes that it right. As I mentioned earlier in the thread it is NOT POSSIBLE to make serendipity listen on two different directories. The way you want it to work would be two different directories.
That will not work. You need to resort to one single way of the setup and configure the paths to be correct for that one option. You can only setup HTTP redirection on the other URL you want it to be.
The reason why the blog does not show up without index.php is that in index.php you find a DirectoryIndex /serendipity/index.php value. When you call the subdomain, such a directory does not access! Thus the error, which is also the root of the problem. Serendipity can only configure one path, it cannot autodetect its path (currently).
I do not know of any PHP cms/blog application that works within two completely different directory layouts, so you need to workaround it with HTTP redirection or mod_rewrite redirection.
Regards,
Garvin
yes that it right. As I mentioned earlier in the thread it is NOT POSSIBLE to make serendipity listen on two different directories. The way you want it to work would be two different directories.
That will not work. You need to resort to one single way of the setup and configure the paths to be correct for that one option. You can only setup HTTP redirection on the other URL you want it to be.
The reason why the blog does not show up without index.php is that in index.php you find a DirectoryIndex /serendipity/index.php value. When you call the subdomain, such a directory does not access! Thus the error, which is also the root of the problem. Serendipity can only configure one path, it cannot autodetect its path (currently).
I do not know of any PHP cms/blog application that works within two completely different directory layouts, so you need to workaround it with HTTP redirection or mod_rewrite redirection.
Regards,
Garvin