|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
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? |
|
#2
|
|||
|
|||
|
Set the default Order Allow
Code:
order allow,deny allow from all HTH hanji |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > Need help with permissions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|