|
Posted by Harlan Messinger on 11/20/07 13:24
John Salerno wrote:
> Hi everyone. I recently moved my website to a new (free) address and
> I've noticed that now the style sheet for one section isn't working
> anymore. It's this page and any of the links:
>
> http://johnjsal.infernohost.net/gestalt/
>
> The stylesheet link is:
>
> <link type="text/css" rel="stylesheet" href="../style/msdn.css" />
>
> and I've retained the same structure as before, so I'm not sure why it
> doesn't still work the same.
>
> The only difference is that previously, the link was a subdomain like
> this: gestalt.johnjsal.com, whereas now it's just an extra directory at
> the end of the URL. But still, does this have anything to do with it?
How can this have worked before? If, previously, your pages were
directly under gestalt.johnjsal.com, then the ".." would have referred
to a nonexistent parent directory.
As for now, the ".." would take you up to the parent of the gestalt
directory, but perhaps the web server has been configured (for security
reasons) not to allow use of the parent operator "..".
Navigation:
[Reply to this message]
|