ff3300
November 12, 2015, 11:29am
1
I installed Kirby here: www.speakeasybari.it
When i use it in local, with a webserver, it works.
Online, there is an error: HTTP Error 404.0 - Not Found
I cannot open any subpages.
I read your topics and i tried to edit .htaccess without any success.
could anyone help me?
texnixe
November 12, 2015, 11:44am
3
Have you checked out this post?
Tried it out: you were right about the server ignoring the file altogether.
The AllowOverride setting didn’t fix the problem, but here’s what did: getting rid of .htaccess altogether and putting the settings into server configuration – Apache can and prefers to roll without .htaccess
Thank you for your help, texnixe, you get quater kingdom and a horse. Can ship via DHL
Your hosting provider uses IIS, the Microsoft web server. Since it isn’t Apache, it doesn’t support the Apache-specific .htaccess
syntax. We can’t really do anything about that directly. Please ask your hosting provider if they can create and enable a configuration similar to the Kirby .htaccess
for you.
If you or they have any questions about the needs of Kirby regarding routing, don’t hesitate to ask.
1 Like
texnixe
November 12, 2015, 2:51pm
5
Too blind to see that in the first place
Officially, Kirby does not support IIS:
What are the system requirements for Kirby
Kirby runs on PHP 5.3+, Apache 2 or Ngnix. Lighthttpd should be doable but is not officially supported.
Kirby has been successfully tested on MAMP, XAMPP and PHP’s built-in server for local installations.
Kirby is not compatible with IIS.
The Kirby Panel works great with any modern browser starting with Internet Explorer 10.
http://getkirby.com/support
You may want to check out this issue on GitHub, though: https://github.com/getkirby/kirby/issues/182