I've installed Lyceum on my website. Or tried to. I've followed all the directions, but I've got something wrong. I think it must be in the wp-config.php, but I don't know how to fix it.
For example, if you try to register, it will send you to: http://blogs.deanmattson.org/lyceum/register where you'll get the error message: Not Found The requested URL /lyceum/register was not found on this server.
Which is true. There is no register page in that folder. There is a wp-register.php page however. Is that the one it's trying to link to? If so, why isn't it working.
I had the same problem. The .htaccess file wasn't written, I pieced together my own so I could at least get to the system admin page was able to rewrite the .htaccess file through there. Cleared my entries and now all is good.
I think the config directive is AllowOverride. Although, if you have enough access to your Apache config to set that directive, you're really better off to just put the contents of your .htaccess file in your Apache config directly and save yourself the performance hit of using .htaccess files.