Forum Moderators: coopster
LoadModule php5_module "c:/PHP/php5apache2_2.dll"
AddHandler application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "c:/Windows"
SO that Apache will recognize PHP. However everytime I put that in and then go to save I get the error:
"Cannot create the C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf file
Make sure the path and file name are correct"
Then I make sure that it is right and I click save again and it asks me if I want to replace the httpd.conf file that already exists and I say YES and then it just shows me that error again.
If you can help me it would be much appreciated im getting very frustrated Ive been trying to figure it out for a long time now
I am the administrator on this computer so I dont think that its a permissions lock. But if it is..how do I make sure that I do have the correct level of permission to access the file
Then select the httpd.conf file, right-click and select "Properties." Select the Security tab, and check the settings on that screen and in the "Advanced" options settings as well.
It may be that "System" or "Network" is the owner of the file, and that's why you're having trouble.
Once you are done adjusting the settings, you can re-enable Simple file sharing.
Jim