|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Problems with /php/ path
Since my last (fresh [latest versions] and clean [no remains of older versions]) Installation of Apache and PHP on my Win2k, I get an odd behaviour.
My Scripts kept in the subfolder /php/ can't be executed. I keep getting the following Error Message: Forbidden You don't have permission to access /php/ on this server. But as soon as I rename this folder everything works (except that I would be forced to rewrite my scripts to work with the new folder name [a good reason to use constants ;-) ]). I looked through my httpd.conf and php.ini but found nothing of interest for this special folder. Is this normal behaviour? ne1 knows what's wrong? please help, thanks freedimension |
|
#2
|
|||
|
|||
|
RE: Problems with /php/ path
I would guess that this has something to do with the fact the you have a script alias set up in apache called /php/:
ScriptAlias /php/ "c:/apache/php/" or something similar.... just change the alias to something else: ScriptAlias /php4/ "c:/apache/php/" and restart the web server.... |
|
#3
|
|||
|
|||
|
RE: Problems with /php/ path
ok, will try that one out.
thanks |
|
#4
|
|||
|
|||
|
RE: Problems with /php/ path
yapp, that was it.
But I'm still curious about the reason. Why does Apache behave like this? |
|
#5
|
|||
|
|||
|
RE: Problems with /php/ path
I suspect the problem is not with Php or Apache. Check the Windows file permissions on your /php dir. Compare them to the new dir you created.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Problems with /php/ path |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|