Rank: Advanced Member Groups: Member
Joined: 12/11/2007 Posts: 89 Points: 267
|
This may not be a problem with Cuyahoga but with I suspect IIS6. I wondered if anyone had come across this before? Basically if I add a node which is intended to be a redirect to an external url, then follow the link to that node, it displays the node instead of redirecting to the external url. Also, this may be related in some way, but if I get redirected to the login page, I no longer get the css stylesheet /Admin/Css/Admin.css. It's a shot in the dark to see if anyone has experienced similar problems. Thanks for help. Web Developer, Kent - Coolbytes
|
Rank: Administration Groups: Administration
, Member
Joined: 12/30/2004 Posts: 1,674 Points: 1,824 Location: Wageningen (NL)
|
You have to make sure that the redirect node has no sections attached.
The other issue has to do with authentication. Sometimes, for example with the VS web server, all requests including style sheets are handled by ASP.NET. Therefore, when not logged-in, the stylesheets cannnot be loaded from /Admin/css/Admin.css. In IIS6, you have to make sure that stylesheets are served by IIS itself and not by ASP.NET (possibly via a wildcard mapping).
|
Rank: Advanced Member Groups: Member
Joined: 12/11/2007 Posts: 89 Points: 267
|
How rude of me I forgot to say thanks! Web Developer, Kent - Coolbytes
|