We have changed the server of our q2a installation: forum.kivitendo.ch
As far as I see, everthing is as is was before.
However only the startpage of q2a is shown correctly. When I click on any link like Login oder Aktivitäten, I get a 404 server error:
The requested URL /login was not found on this server.
The requested URL /activity was not found on this server. etc.
mod rewrite in apache2 is enabled
I didn't change the standard .htaccess-file:
-----------
Options -Indexes
DirectoryIndex index.php
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php?qa-rewrite=$0&%{QUERY_STRING} [L]
</IfModule>
-----------------------
Any idea, what could be wrong?
Thanks for any help
Andreas