4576 Posts in 1387 Topics by 1377 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1508 Views |
-
/admin/ and /home/ not working on IIS

30 January 2009 at 12:36pm
Hi,
I can't get /home/ and /admin/ to work on IIS6. I have the /about-us/ and /contact-us/ pages working fine.
For /home/ I receive "Directory Listing Denied" and /admin/ I get a 404.
These are the rules I'm using with ISAPI Rewrite 3:
### 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} [QSA,L]
### SILVERSTRIPE END ###Any help will be gratefully received!
-
Re: /admin/ and /home/ not working on IIS

30 January 2009 at 4:26pm
So presumeably that means all URLs are not working. I'm afraid the core SS team is not familiar with ISAPI Rewrite 3 and only has IIS 7 and its own URL Rewrite technology...
-
Re: /admin/ and /home/ not working on IIS

30 January 2009 at 8:25pm
Thanks for your reply Sigurd.
No, I have the /about-us/ and /contact-us/ pages working fine.
-
Re: /admin/ and /home/ not working on IIS

2 March 2009 at 9:01am
I'm experiencing the same problem. I don't think it's with SilverStripe, I think it's with IIS.. /admin/ is probably a folder IIS blocks automagically. If I figure it out I'll try and post back here again. ...adios.
-
Re: /admin/ and /home/ not working on IIS

2 March 2009 at 10:04pm
I doubt very much it's an issue with IIS, it's an issue with SilverStripe. I had to bite the bullet and switch to Apache.
-
Re: /admin/ and /home/ not working on IIS

3 March 2009 at 6:52am
seanr, are you using IIS 6 or 7 (and therefore which URL rewriting system).
SilverStripe has been tested to work with IIS7 and its own URL Rewrite technology; older/different systems are not something we've had access to, to try and get working.
| 1508 Views | ||
|
Page:
1
|
Go to Top |



