thanks a lot for help:)
 
 But the problem was that i configure newer versions as older one,
 as i read configuration of older version which is different.
 
 i found this site really helpful:
 
 www.php.net  
 and the solution was in :
 http://www.php.net/manual/en/install.windows.manual.php
 http://www.php.net/manual/en/install.windows.apache2.ph

Ankur Dave <[EMAIL PROTECTED]> wrote:                                  
 Hey,
 
 I think the site php.net is more then enough to get all the knowledge of
 PHP. And still you want to read more you can read the user comments this
 will like cookbook. :)
 
 For your error have you added your .dll path in the httpd.conf file.
 
 For windows see this --
 
 Installing as an Apache module
 
 You should add the following lines to your Apache httpd.conf file:
    Example 2-3. PHP as an Apache 1.3.x module
    This assumes PHP is installed to c:\php. Adjust the path if this is
 not the case.
 
 For PHP 4:
 # Add to the end of the LoadModule section
 LoadModule php4_module "c:/php/php4apache.dll"
 
 # Add to the end of the AddModule section
 AddModule mod_php4.c
 
 For PHP 5:
 # Add to the end of the LoadModule section
 LoadModule php5_module "c:/php/php5apache.dll"
 
 # Add to the end of the AddModule section
 AddModule mod_php5.c
 
 For both:
 # Add this line inside the <IfModule mod_mime.c> conditional brace
 AddType application/x-httpd-php .php
 
 # For syntax highlighted .phps files, also add
 AddType application/x-httpd-php-source .phps
 
 ---------------
 
 -=-=-=-=-=-=-=-=-=-
 @nkur [EMAIL PROTECTED] || http://ullu.wordpress.com
 
 -----Original Message-----
 From: [email protected] [mailto:[EMAIL PROTECTED] On
 Behalf Of dolphin7681
 Sent: Thursday, November 09, 2006 11:39 PM
 To: [email protected]
 Subject: [php_mysql] Error: Forbidden You don't have permission to
 access test.php on this server.
 
 Hi all,
 
 i'm a beginner in PHP, and i want to know the recommended books to
 start with.
 
 Also, i try to connect PHP to Apache server as following:
 
 -Open the httpd file [in conf folder] and find the line:
 <IfModule alias_module>
 
 -Immediately under this line insert the following lines:
 ScriptAlias /php/ "c:/php/"
 AddType application/x-httpd-php .php .phtml
 Action application/x-httpd-php "/php/php.exe"
 
 -Save the file as httpd.conf.
 
 -To test that PHP and Apache now work together,i create a plain text
 file and insert the following:
 
 <?php phpinfo(); ?>
 
 then,Restart the Apache server andf go to http://127.0.0.1/test.php
 then i receive this Error :
 Forbidden
 You don't have permission to access /php/php.exe/test.php on this
 server.
 
 Can you please tell me, how to solve this problem.
 Thanks in advance.
 
 The php_mysql group is dedicated to learn more about the PHP/MySQL web
 database possibilities through group learning. 
 Yahoo! Groups Links
 
 The information contained in, or attached to, this e-mail, contains 
confidential information and is intended solely for the use of the individual 
or entity to whom they are addressed and is subject to legal privilege. If you 
have received this e-mail in error you should notify the sender immediately by 
reply e-mail, delete the message from your system and notify your system 
manager. Please do not copy it for any purpose, or disclose its contents to any 
other person. The views or opinions presented in this e-mail are solely those 
of the author and do not necessarily represent those of the company. The 
recipient should check this e-mail and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused, directly or 
indirectly, by any virus transmitted in this email.
 
 www.aztecsoft.com
 
     
                       

 
---------------------------------
Everyone is raving about the all-new Yahoo! Mail.
 
---------------------------------
Everyone is raving about the all-new Yahoo! Mail.

[Non-text portions of this message have been removed]


Reply via email to