Gorescore wrote:Renamed .htaccess to disabled.htaccess to disable mod_rewrite.
Why did you rename it to disabled? mod_rewrite is necessary, and this is set by the .htaccess file.
Gorescore wrote:But i see no images in the default gallery.
The gallery depends on mod_rewrite, and therefore the resized images won't load from their "pretty" url's.
Gorescore wrote:In the backend (Panel) i got a 404 error if i want to create cache.
Mmm, sorry not sure what you mean "create cache".
Gorescore wrote:In my logfiles i see no errors. Not in php-fpm-log and nothing in hiawatha log, too.
Sorry, the problem is definitely because you don't have mod_rewrite active ... Im not familiar with "hiawatha", but hopefully it is similar to Apache. Anyway, here is your CHECK page:
http://www.mviess.de/x3/check/
(never mind the "warnings" on the top, they are not important)
There is a problem with mod_rewrite on your server ... Either it is not working, or you need to add the
rewriteBase rule as mentioned at the bottom of the link above.