Page 1 of 1

php not passing variables through urls - ssi error?

PostPosted: 13. January 2006 20:35
by deanosrs
Hi,
I can't pass variables through urls on my version of xampp, and I think it's because the SSI is not turned on. Please please can someone show me how to get this working - it's very important ,and I can't find any information on it in any of the xampp documentation or on the control panel.
Thanks in advance for any help.
Simon

PostPosted: 13. January 2006 20:43
by Wiedmann
and I think it's because the SSI is not turned on.

You are using SSI? Then you must enable SSI...

I can't pass variables through urls on my version of xampp,

And if you are nit using SSL, then I have no idea with script language you use...

PostPosted: 13. January 2006 21:07
by deanosrs
I'm using php.

My question is, how do I enable SSI?! Probably really simple and I'm being stupid...

PostPosted: 13. January 2006 21:15
by Wiedmann
I'm using php... how do I enable SSI?!

But, PHP have nothing to do wich SSI...

(BTW: you can enable SSI in "httpd.conf")

PostPosted: 13. January 2006 21:58
by deanosrs
I know!!!!

So how do I enable it in the conf file? which line is it and what do i need to change it to? it's a pretty big file!

Thanks for your help so far

PostPosted: 13. January 2006 23:01
by Wiedmann
I know!!!!

Realy? In the thread subject you wrote, you have a problem with PHP and variables...

So how do I enable it in the conf file?

http://httpd.apache.org/docs/2.2/en/mod ... l#enabling

PostPosted: 14. January 2006 13:38
by deanosrs
See, I think this is where the problem is. Even though +Includes is in the conf file... it still doesn't enable SSI. Any ideas?