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

Installing SilverStripe on Uniform Server - modRewrite


Go to End


2 Posts   2292 Views

Avatar
Tim Pascal

1 Post

19 July 2007 at 5:59am

I just discovered SilverStripe (I'm a Drupal/Joomla! junkie) and I installed it on an instance of Uniform Server to try it out (www.uniformserver.com). I had a bit of a glitch with modRewrite. Uniserver installs with modRewrite enabled but SilverStripe doesn't seem to recognize it well out of the box. I got permission errors. Some research on the Uniserver forums yielded a suggestion that resolved the problem for me and the solution might be useful in other cases as well.

In the .htaccess file of the SilverStripe web root, you'll see the following lines at the top:

### SILVERSTRIPE START ###
RewriteEngine On

Replace this with (insert a line):

### SILVERSTRIPE START ###
Options +FollowSymLinks
RewriteEngine On

Hope this helps someone.

Avatar
Tim

Community Member, 201 Posts

19 July 2007 at 9:41am

Thanks for your tip Tim and welcome to the community :-)