I'm testing s9y with the actual beta on a debian sarge system.
When I switch in the configuration menu the URL rewriting from no rewriting to Apache mod_rewrite, and I select any internal link in s9y the following error occurs:
Code: Select all
The requested URL /serendipity/archives/XXX.html was not found on this server.
Any hint?
Thanks in advance,
Oliver
PS:
the httpd.conf for s9y looks like this:
Code: Select all
Alias /serendipity /var/www/serendipity
<Location /serendipity>
Order deny,allow
Allow from all
AllowOverride All
</Location>
<VirtualHost 192.168.2.101:80>
DocumentRoot /var/www/serendipity
ServerName xxx.XXX.XX
</VirtualHost>