I am getting this Error when running http://localhost/phpscripts/
"Forbidden
You don't have permission to access /phpscripts/ on this server"
I am running PHP4 on Apache under Win 98.
I have set the Alias in httpd.conf as follows.
Alias /phpscripts/ "c:/phpscripts/"
Alias to PHP Executable
ScriptAlias /php/ "c:/phpwin/"
The Root and Directory settings are :
DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs"
<Directory "C:/Program Files/Apache Group/Apache/htdocs">
What do I do to set permission to the alias for Apache ?
Thanks for any help.
Bijal