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 :-\ Quote Link to comment 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" --> Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.