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

Loop redirection to //index.php when installing (Nginx + fcgi, and one installation for multiple sites )


Go to End


1882 Views

Avatar
feeling3_4

Community Member, 1 Post

6 October 2009 at 12:48am

Hi, all

I want to install the two or three sites on the same ss codebase, so I follow the instructions of http://www.silverstripe.org/general-questions/show/251650#post251650 and my nginx conf is the same as http://doc.silverstripe.org/doku.php?id=installation-on-nginx. and the fcgi is working well.

After everything mentioned has been done, I visit the url http://mysite.com/, but it's always redirected to http://mysite.com//install.php and it loops.

Did i miss anything? thanks in advance.