This is a discussion on "Include Virtual on IIS" within the PHP Forum section. This forum, and the thread "Include Virtual on IIS are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Include Virtual on IIS
|
||
| Notices |
![]() |
|
|
LinkBack (1) | Thread Tools |
|
#1
|
|||
|
|||
|
Include Virtual on IIS
Hi
I did not know where to post this, so feel free to tell me to move it. How do I implement into a HTML page, with Internet Information Services, running on win XP. My server is working fine, I just can't seem to get the right settings, or the right code in my page, I am using Do i need to use a script tag? My test.html to include, what format does that need to be in, I read somewhere that I did not need to include head tags, is there any special code that needs to be included in this file? Does anyone know of any tutorials on this subject, that will break it down and explain it well enough for to understand why I am doing what? Thanks in advance Jake |
|
|
#2
|
|||
|
|||
|
You're trying to use SSI (Server Side Includes). Files of this nature are usually identified by the server by having the extension ".shtml" instead of ".html". I think IIS should pick up on that and automatically use your commands.
|
|
#3
|
|||
|
|||
|
managed to get it working with
<?php require_once('../pages/buttons_forpages.html'); ?> I probably should have said I was using PHP |
|
#4
|
|||
|
|||
|
LOL, sorry. Seeing as you were using IIS I assumed you were using ASP or SSI.
|
![]() |
| Tags |
| include, virtual, iis |
| Thread Tools | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://webforumz.com/php-forum/1528-include-virtual-on-iis.htm
|
||||
| Posted By | For | Type | Date | |
| ÀÏÎÐÒ: include virtual | Post #2 | Refback | Nov 14th, 2006 14:00 | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Virtual Computers (ARE YOU CRAZY!??!!!?!) | Ross | Webforumz Cafe | 15 | Nov 7th, 2007 02:36 |
| Virtual Brochure | bean_2k1 | Flash & Multimedia Forum | 2 | Jun 19th, 2007 20:22 |
| virtual tour issues | Gogglez | JavaScript Forum | 1 | Feb 26th, 2007 06:16 |
| Virtual Office Aid | Ghost | Free Web Site Critique | 13 | Feb 9th, 2007 02:26 |
| Virtual Tour.... | courtjester | Flash & Multimedia Forum | 6 | Dec 1st, 2003 15:33 |