HostOnNet.com Forum Index HostOnNet.com
Private Label Reseller Plan
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Installing Apache and PHP on Windows

 
Post new topic   Reply to topic    HostOnNet.com Forum Index -> Script Installation
View previous topic :: View next topic  
Author Message
admin
Site Admin


Joined: 23 Jan 2003
Posts: 256
Location: India

PostPosted: Thu Jan 30, 2003 3:21 pm    Post subject: Installing Apache and PHP on Windows Reply with quote

Installing Apache and PHP on Windows

You can get Apache web server windows binary from

http://httpd.apache.org/

Download Windows Binary and install.

You can get PHP from

http://www.php.net

Download the Win 32 Binary or MSI package and install it. During installation it ask for the web server, select Apache.

PHP Auto Configures for many web servers, for Apache, you need to configure manually. For Apache to run PHP files, you need to edit httpd.conf file.

Open HTTPD.CONF in any Text Editor like Notepad or Edit Plus (www.editplus.com)


Add following lines into your HTTPD.CONF file


Code:

ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"


Now Apache will run files with .php extension as php script.

Setting DirectoryIndex

In HTTPD.CONF You can see

Code:
DirectoryIndex index.html index.html.var


change it to

Code:
DirectoryIndex index.html hostonnet.html index.html.var


This will enable web server to take hostonnet.html as the INDEX page in a Folder.


AddHandler

AddHandler helps you to assign your own extension to PHP Scripts. To do this add following line to httpd.conf file.

Code:
AddHandler application/x-httpd-php .php3 .phtml


Here .php3 and .phtml files are treated as PHP Script.


[/code]
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    HostOnNet.com Forum Index -> Script Installation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group. Hosted by phpBB.BizHat.com


For Support - http://forums.BizHat.com

Free Web Hosting | Free Forum Hosting | FlashWebHost.com | Image Hosting | Photo Gallery | FreeMarriage.com

Powered by PhpBBweb.com, setup your forum now!