Web-Server

  • Thread starter Thread starter Allan
  • Start date Start date
A

Allan

I was just wondering, how do I get Windows XP Pro to read
ASP and PHP files on my web server (IIS)???

I've been tolled 2 use Apache thingy but Ican't figure
out how 2 use it!

So could some one tell me how can you tell Win XP Pro's
web server (iis) to read asp and php files, thanks.
 
I was just wondering, how do I get Windows XP Pro to read
ASP and PHP files on my web server (IIS)???

I've been tolled 2 use Apache thingy but Ican't figure
out how 2 use it!

So could some one tell me how can you tell Win XP Pro's
web server (iis) to read asp and php files, thanks.

I suggest you read one of the many help/tutorials/faq available that
explains howto set-up iis and php/asp.

Anyone who refers to apache as the "apache thingy" will need more help than
can be provided here in a few sentences. Apache is probably the most used
web server available. It includes a windows installer so you don't need to
do anything. It installs itself.

PHP also has a windows installer. When used with iis you can install it as
a cgi module or use isapi. isapi recommended.

You likely want to use a database with php. MySQL also has a windows
installer.

I recommend you visit the php.net site, apache site, and do a google search
for "php iis" Here is a site to start you off.
http://www.php.net/manual/en/install.iis.php
 
Back
Top