4571 Posts in 1384 Topics by 1376 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1421 Views |
-
(SOLVED) Access to Admin doesn't work (Ver. 2.3.3)

4 August 2009 at 5:16am Last edited: 4 August 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 -
Re: (SOLVED) Access to Admin doesn't work (Ver. 2.3.3)

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 OnRewriteBase /
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
-
Re: (SOLVED) Access to Admin doesn't work (Ver. 2.3.3)

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!
| 1421 Views | ||
|
Page:
1
|
Go to Top |

