getkirby-v2 / starterkit

This is the deprecated starterkit for Kirby v2.
http://getkirby.com
Other
301 stars 94 forks source link

Error 500 on 1und1 web hosting #29

Closed gerundt closed 9 years ago

gerundt commented 9 years ago

I tried to install the starter kit on a 1und1 web hosting packet. The "Home" works great but on every sub page I got a 500 error.

First after add RewriteBase / to the .htaccess file it works like a charm. :)

dervondenbergen commented 9 years ago

This happens also for me when installing the starterkit on uberspace.

bastianallgeier commented 9 years ago

In Kirby 1 I had the RewriteBase set to / by default, but this lead to numerous problems with people installing it in subfolders. Most setups don't need the RewriteBase to be set at all, which makes it compatible with subfolder installations out of the box, so I decided to go this way. Unfortunately 1und1 and Uberspace are known to require the RewriteBase definition.

derhuerst commented 9 years ago

I can confirm the following worked for me on uberspace.

RewriteBase /

I guess this issue can be closed?