Preserved Topic: .SHTML bookmarks (anchor name=) |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: out of a sleepy funk |
posted 04-17-2001 22:42
I just discovered, after much frustration and mumbling under the breath, that .shtml documents will return a 404 error if you click on a "bookmark". For example: |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 04-17-2001 22:56
Something is wrong with your web server... It works fine for me, and you can see it for yourself here: http://www.max.co.yu/ozone/bookmark.shtml#bottom |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-17-2001 23:18
Umm that particular example is missing a close-quote. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 04-17-2001 23:43
GOOD! That didn't make a bit of sense to me, I'm glad it was for a reason. I checked my html side by side and it was exactly the same from 's' to 'h'. H worked, S did not. Frustrating |
Nervous Wreck (II) Inmate From: Goslow |
posted 04-19-2001 17:09
JKMabry, is your computer running a webserver capable of SSI? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 04-19-2001 22:51
You can also install Apache on Windows... |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-20-2001 01:11
I don't know about Xitami, but Apache was very easy to install on windows, and it was easy to add SSI and PHP. It's very nice to be able to test these types of pages locally. |
Maniac (V) Inmate From: out of a sleepy funk |
posted 04-20-2001 05:54
Cool, I had no idea you could do that. I'm gonna do it - thanks guys |
Nervous Wreck (II) Inmate From: Goslow |
posted 04-20-2001 14:58
*smacks his head* |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 04-20-2001 21:50
It is more or less the same as the linux version (I'm running Apache on my Linux server and on my Win2K box). You can set it up very easy, and you can also install other gizmos like PERL, PHP, MySQL on a Windows platform. Only thing that you should have in mind is that you should run Apache on a Win2K box with NTFS file system if you want to have a secure system (I'm talking about file permissions)... |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 04-22-2001 01:18
Definately check out the Apache 2.0 server. |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 04-23-2001 00:11
I think I know what *might* be the issue, I've had problems with this where the page I'm on has form variables appended to it, and depending on the browser setup (chache etc..) you can find yourself at the page, with no variables! I usually use the href= "javascript:scrollTo(0,0)" for my "top of page" link, I think that's the way it is here too. |