From: Todd L M. <tlm...@cs...> - 2001-11-25 02:48:34
|
> Topic "WebHome" was not found in web "Main". > You can create the document. That usually means that everything's working OK; sfWiki doesn't ship with a WebHome pre-built. (Sounds like you chose /not/ to use the static intro page option.) > The requested URL /sfWiki/topics// was not found on this server. > The requested URL /sfWiki/view/Main/MainWebHome was not found on this server These both sound like the .htaccess file isn't present in your htdocs directory, or you used the wrong one. (It /must/ be named .htaccess, or Apache won't find it... if you're not using apache (unlikely, with SuSE), you'll have to figure out the appropriate translations.) Your installation of Apache may not be set up to allow .htaccess files to work; you'll want to put something like <Directory /storage/sfWiki> AllowOverride All </Directory> in your apache configuration file(s). (Not sure where SuSE keeps them; probably /var/apache/etc, or /usr/local/apache/etc.) You may need to talk about the symlinked directory instead. Hope this helps. -_Quinn |