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

(SOLVED) Access to Admin doesn't work (Ver. 2.3.3)


Go to End


3 Posts   2279 Views

Avatar
Stephan

Community Member, 55 Posts

4 August 2009 at 5:16am

Edited: 04/08/2009 6:06am

Hi,
we have been running several instances of SS 2.3.2 with Win2003 and IIS6.
But now the new 2.3.3 doesn't work.
The frontend works but I'm not able to log in.

The strange thing is, that upgrading an older site did work without problems.

We are using the following .htaccess:

# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.58

### SILVERSTRIPE START ###

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_URI} !(\.gif)(\.jpg)(\.png)(\.css)(\.js)(\.php)(\.html)$
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) sapphire/main.php?url=$1&%{QUERY_STRING} [QSA,L]

### SILVERSTRIPE END ###

TIA
Stephan

Avatar
Stephan

Community Member, 55 Posts

4 August 2009 at 6:05am

Hello, it's me again.

I couldn't get it running on Windows 2000 !!

But it is running on Windwos 2003 :-) with fastcgi.
So everything is ok and I'm very happy.

I'm using this .htaccess-File:
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.58

### SILVERSTRIPE START ###
RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_URI} !(\.gif)(\.jpg)(\.png)(\.css)(\.js)(\.php)(\.html)$
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) sapphire/main.php?url=$1&%{QUERY_STRING} [QSA,L]

### SILVERSTRIPE END ###

CU Stephan

Avatar
TS

Community Member, 3 Posts

7 August 2009 at 10:40am

Same, same version 2.3.2, still!
I'm hosting on WS2003, IIS6 using same version of Helicon as you. I've used the contents of your .htaccess file exactly as you have published here BUT I'm still UNABLE to access Admin area of my site!

Is there, perhaps, some simple step, or point, I'm missing here. Can't imagine what else to change to make it work!!!! Help!