
July 20th, 2006, 01:38 PM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 1
Time spent in forums: 17 m 35 sec
Reputation Power: 0
|
|
|
Need help with permissions
I recenlty installed apache 2.2.2 and php 5
in the php directory i have changed these two lines in php.ini
doc_root = C:\Server\htdocs\
and
extension_dir = "C:/server/php/ext"
in the apache httpd.conf i have added this to the end
ScriptAlias /php/ "c:/server/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
When i created a test page <? phpinfo(); ?>
test.php and opened it up on URL
i recieved a 403 error saying forbidden you are not allowed to access .php .php5 ect files
What should i do?
|