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.

Archive /

Our old forums are still available as a read-only archive.

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

Problems while installation


Go to End


11 Posts   3671 Views

Avatar
stuntmax

Community Member, 21 Posts

29 June 2008 at 11:28am

Edited: 29/06/2008 11:28am

I got the code here: http://doc.silverstripe.com/doku.php?id=common-problems#installation_problems

the real answer was this one:

 User 'getwas' needs to be able to write to this file:
/usr/www/users/getwas/.htaccess 

and this one:

mod_rewrite enabled	I can't tell whether mod_rewrite is running. 
You may need to configure a rewriting rule yourself.

Avatar
Willr

Forum Moderator, 5523 Posts

29 June 2008 at 11:34am

That codes for Lighty based servers? is your external Server running Lighttpd or Apache?

User 'getwas' needs to be able to write to this file:

So you need to run

chown getwas .htaccess

In your SilverStripe folder

Avatar
stuntmax

Community Member, 21 Posts

29 June 2008 at 11:44am

I don't know, what you mean.

when I installed silverstripe wiht mamp (local server) it runed well, but on an real server...

Go to Top