![]() Preserved Topic: Named Anchors in .shtml (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: |
![]() I'm using some SSI in something that I'm working on, hence .shtml. Now, I'm also using some named anchors. They don't seem to get along on my local machine. If I change the files to .html and edit the anchors, local machine previews fine. Otherwise I get 404 when I try to link to index.shtml#whatever. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() That's by design. You have to run web server on your computer if you want to test SSI locally. |
Maniac (V) Mad Scientist From: |
![]() "...get 404 when I try to link to index.shtml#whatever." |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() |
Maniac (V) Mad Scientist From: |
![]() Nope. Not running server. As a matter of fact, there is no SSI yet in the SHMTL docs that I am working on. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() As I've said, that's by design (it's the same on every other Windows installation). You can't call named anchors in SHTML files locally, you *must* have web server running locally in order to do that... |
Maniac (V) Mad Scientist From: |
![]() Here I thougth I wasn't getting through to you and it turns out you weren't getting through to me. |