include
Posted by: nickthorley (---.bulldogdsl.com)
Date: March 29, 2006 12:52PM

I have a site which makes use of include statements to bring in common sections such as head, footer etc. The site works fine on a lamp server but when moved over to wamp the includes dont work - I am presuming there is a config I need to alter but can you confirm.

Thanks

Options: ReplyQuote
Re: include
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: March 30, 2006 11:14AM

your file is still set to access files the Lunix way. you need to change the location to use a windows OS type.

for example

change (linux way):
/us/bin/test/someplace

to (windows way):
c:\wamp\someplace

Options: ReplyQuote


Sorry, only registered users may post in this forum.