View Full Version : Eek! Stupid SSI!


freakEgurl
05-07-2003, 11:58 PM
I doubt this goes here, but my SSI doesnt work and it's ben bothering me for the past week ' I just get this error at the top of the page that says '[an error occurred while processing this directive]' at the top of the page.

If you need to see the page .. >> http://www.phreakish.net/www.shtml

and yes, my host supports SSI.


<!--#include file="http://www.phreakish.net/nav.txt" --> >> is what 'code' thing im useing.

pb&j
05-08-2003, 12:11 AM
looks like your host is having problems processing the ssi command. email their support or help perhaps?

freakEgurl
05-08-2003, 12:16 AM
Hmm .. ok. I'll just use PHP includes then.

designhazard
05-15-2003, 01:20 AM
you can use php too like freakEgurl posted but you can't include the http://www.phreakish.net because you will get an error. this is the code you must include:
<!--#include file="nav.txt" -->

hope that helps :)