Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 5th, 2006, 08:17 PM
Registered User
 
Join Date: Nov 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to angelic_scars
Default cant run my script!

after installing apache 2.2.3
and PHP 5.2
and making the whole conf
when i open the website it gives me Error 403
Forbidden

You don't have permission to access /php/php-cgi.exe/phpinfo.php on this server.

what should i do?

 
Old November 9th, 2006, 12:17 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to surendran Send a message via Yahoo to surendran
Default

hi,
add following code in your conf
<Directory "c:/php/">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>


surendran
(Anything is Possible)
http://ssuren.spaces.msn.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i make a script run in background LIMONADA VBScript 6 April 25th, 2006 11:21 AM
Script causes IE to run slowly TSEROOGY Javascript 1 October 7th, 2004 05:39 PM
run asp script from aspx PostmanPat C# 3 September 14th, 2004 12:58 PM
Run Script via Forms 6i bilal Oracle 0 August 12th, 2003 11:47 PM
Call and run CGI script from a PHP script ... how? dbruins BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 June 10th, 2003 03:09 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.