carefree Posted October 21, 2007 Share Posted October 21, 2007 I know this is a simple coding question but im going crazy trying to get it to work :'( This include works on my index page: <!--#include virtual="cgi-bin/at/in.cgi?yourdomain.com"--> but not the directory urls (http://www.mysite.com/every/index.shtml) Ive tried: <!--#include virtual="/cgi-bin/at/in.cgi?yourdomain.com"--> And : <!--#include virtual="http://www.mysite.com/cgi-bin/at/in.cgi?yourdomain.com"--> My relative url is: ..../apache/sites/htdocs/ Can anyone help out a moron :-\ Link to comment https://forums.phpfreaks.com/topic/74186-cant-get-to-work/ Share on other sites More sharing options...
only one Posted October 21, 2007 Share Posted October 21, 2007 <!--#include file="cgi-bin/at/in.cgi?yourdomain.com" --> Link to comment https://forums.phpfreaks.com/topic/74186-cant-get-to-work/#findComment-374789 Share on other sites More sharing options...
carefree Posted October 21, 2007 Author Share Posted October 21, 2007 Ive tried : <!--#include file="cgi-bin/at/in.cgi?yourdomain.com" --> It works on the index page but but it dosent work on directories eg. http://mysite.com/every/index.shtml Link to comment https://forums.phpfreaks.com/topic/74186-cant-get-to-work/#findComment-375065 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.