|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
All of a sudden a previously working prototype page with 2 server side includes
fails to open those files. I've included the link. I rechecked the syntax and it's correct. Is it possible that some setting on the server is effecting this? http://historicbrooklyntavern.com/index07.htm This page use spry, includes and CSS sprites ... and it all worked. Now it fails to pull either the header OR the footer. I appreciate any input. The server, in this case, is IIS. Karl |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
You file nomenclature is backwards. The parent page must be named with the
shtm(l) extension, while you can name the file being included with any extension you want (my personal favorite is *.monkeybutt). By the way, IE tells me that your page is trying to load MXML 5.0 - why is that? I'm assuming it's because of that menu you are using? Also, this is trouble - <title>Historic Brooklyn Tavern - 2007 Prototype</title> <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript">var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <!-- (c) 2007, http://deluxe-menu.com --> Note the presence of the <a> tag in the <head> region. Why is that? -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "don Carlos" <webforumsuser@macromedia.com> wrote in message news:fuqu8a$7mr$1@forums.macromedia.com... > All of a sudden a previously working prototype page with 2 server side > includes > fails to open those files. I've included the link. I rechecked the syntax > and > it's correct. Is it possible that some setting on the server is effecting > this? > http://historicbrooklyntavern.com/index07.htm > This page use spry, includes and CSS sprites ... and it all worked. Now > it > fails to pull either the header OR the footer. I appreciate any input. > The > server, in this case, is IIS. > Karl > |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
:grin; I once again sit in awe of your magnificence. But, why the heck did it
STOP working? It worked fine with the file names as they were. In fact, if the site owner would ever give me content, it would have been live months ago. At least the new site I'm being paid for will be able to use includes correctly. As always, thank you, Murray. Sorry I can't make TODCON this year. Karl |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Karl:
You're welcome. I can't make TODCON, either. My daughter's HighSchool graduation is on the 6th. 8( > But, why the heck did it STOP working? Beats me - perhaps the host turned off file parsing unexpectedly? The only way an include will work is if the server finds the include directive. If it doesn't parse the file to look for the directive, it won't find it. If the file has only an *.htm(l) extension, the server will not parse it (unless, of course, file parsing is enabled). -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "don Carlos" <webforumsuser@macromedia.com> wrote in message news:fur4br$ds5$1@forums.macromedia.com... > :grin; I once again sit in awe of your magnificence. But, why the heck > did it > STOP working? It worked fine with the file names as they were. In fact, > if the > site owner would ever give me content, it would have been live months ago. > At least the new site I'm being paid for will be able to use includes > correctly. As always, thank you, Murray. Sorry I can't make TODCON this > year. > > Karl > |
|
![]() |
| Outils de la discussion | |
|
|