Click to See Complete Forum and Search --> : Server Side Includes - Testing


can_add
12-15-2006, 08:09 AM
I'm new to using Server Side Includes, how do i setup a test server, or what do i have to do so that i can test my site, using dreamweaver.

thanks

russell
12-15-2006, 10:45 AM
need to install a web server. if u are running windows, it may already be installed. else u can download. windows web server is called IIS (Internet Information Services).

or can install Apache, Tomcat or any other web server. I'd recommend iis or apache though.

if running windows, look to see if there is a directory on your C: drive called inetpub. if it's there, u already have iis installed. if not can add it by going to add/remove programs and add/remove windows components.

alternatively u can download Apache and install. For a beginner, iis is likely easier to configure, but both have their strengths and both are fine.

can_add
12-15-2006, 10:54 AM
need to install a web server. if u are running windows, it may already be installed. else u can download. windows web server is called IIS (Internet Information Services).

or can install Apache, Tomcat or any other web server. I'd recommend iis or apache though.

if running windows, look to see if there is a directory on your C: drive called inetpub. if it's there, u already have iis installed. if not can add it by going to add/remove programs and add/remove windows components.

alternatively u can download Apache and install. For a beginner, iis is likely easier to configure, but both have their strengths and both are fine.

Sorry maybe i should have said, I'm on a mac

russell
12-15-2006, 11:38 AM
i believe mac comes with apache pre-installed...

see here (http://www.onlamp.com/pub/ct/49)

can also try this search (http://www.google.com/search?hl=en&q=web+server+mac) on Google