Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Installation problem on localhost - 500 Internal Server Error


Go to End


3 Posts   4395 Views

Avatar
satish

Community Member, 2 Posts

27 April 2014 at 9:44pm

Edited: 27/04/2014 9:46pm

Hello friends,
i am a newbie to Silver Stripe .

While installing Silver Stripe (silverstripe-v2.4.5) on my local machine faced the problem : - Internal Server Error

My Environment details are

OS : Ubuntu 12.04 lts
Server version : Apache/2.2.22 (Ubuntu)
PHP : PHP 5.3.10-1ubuntu3.11 with Suhosin-Patch
mysql : Server version: 5.5.35-0ubuntu0.12.04.2 (Ubuntu)

I have tested my apache re write mode and it's working fine.

After going through the apache error log file i got the following information .

/var/www/silverstripe/.htaccess: order not allowed here
/var/www/silverstripe/framework/.htaccess: deny not allowed here

I appropriate if anybody could help to resolve this issue

Avatar
camfindlay

Forum Moderator, 267 Posts

27 April 2014 at 10:09pm

Have you set 'AllowOverride All' in your httpd.conf for Apache? Also check to ensure your htaccess has read permissions of the apache user.

Avatar
satish

Community Member, 2 Posts

27 April 2014 at 11:03pm

hi camfindlay,
thanks for your response.

AllowOverride All is set in default file under /etc/apach2/sites-available/

And .htaccess have got the permission (777).