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

admin area doesnt work IIS6.


Go to End


3 Posts   3193 Views

Avatar
webhostireland

Community Member, 2 Posts

17 July 2009 at 5:28am

Edited: 17/07/2009 5:31am

Hi,

We are using latest version of silverstripe.

We use IIS6 with Helicon ISAPI_Rewrite v3.

We replaced contents of .htaccess with

### SILVERSTRIPE START ###
RewriteEngine On

RewriteBase /
RewriteCond %{REQUEST_URI} !(\.gif)(\.jpg)(\.png)(\.css)(\.js)(\.php)$

RewriteCond %{REQUEST_URI} ^(.*)$

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) sapphire/main.php?url=$1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ###

The rewrite rules work for pages like about us and contact us but the admin link gives 404 error.

Any ideas ?

Thanks in advance for any help.
Dave

Avatar
lxer

Community Member, 16 Posts

17 July 2009 at 6:56am

look in the log files to see what file (redirect) it can not find

Avatar
webhostireland

Community Member, 2 Posts

17 July 2009 at 8:54pm

Hi Lxer,

According to IIS logs the request is

/Security/login

Thanks,
Dave