17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1366 Views |
-
Silverstripe on IIS

22 July 2008 at 7:05am
Hi
Just installed silverstripe on IIS (redfoxhosting). I had to make some changes found here:
http://acogitosis.krop.pl/2008-07-03-en-installing-silverstripe-on-iis-server/ and some .htaccess changes
Everything seemed to work and the site is viewable:
www.wood-rose.co.ukHowever when I go to the admin section www.wood-rose.co.uk/admin and try to login I just get a blank screen.
Anyone seen this before and know what it could be?
-
Re: Silverstripe on IIS

22 July 2008 at 8:06pm Last edited: 22 July 2008 8:07pm
Hi Mnemo:
I´m having similar problems.
See this.
No solution for the moment... -
Re: Silverstripe on IIS

25 July 2008 at 7:42am
Made these changes to the .htaccess and it now seems to be working:
RewriteEngine On
RewriteCond %{REQUEST_URI} !(\.(?:gif|jpg|png|css|js|php))$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) sapphire/main.php?url=$1 [QSA,L]
| 1366 Views | ||
|
Page:
1
|
Go to Top |


