4571 Posts in 1384 Topics by 1376 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1382 Views |
-
admin area doesnt work IIS6.

17 July 2009 at 5:28am Last edited: 17 July 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 OnRewriteBase /
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 -
Re: admin area doesnt work IIS6.

17 July 2009 at 6:56am
look in the log files to see what file (redirect) it can not find
-
Re: admin area doesnt work IIS6.

17 July 2009 at 8:54pm
Hi Lxer,
According to IIS logs the request is
/Security/login
Thanks,
Dave
| 1382 Views | ||
|
Page:
1
|
Go to Top |

