PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WEBDEV10
WEBDEV10
Débuté par Zahir, 03 déc. 2006 23:00 - Aucune réponse
Posté le 03 décembre 2006 - 23:00
Hello

Unfortunately I have a problem with webdev. I use xampp (apache 2.2.2 and I don't want to use the older version of apache), but i always get an error when i start the diagnosis button in webdev admin tool at awt-protocoll:

Access forbidden!*/-->Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contactthe webmaster.Error 403 localhost 12/02/06 11:27:22 Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 Ope

That's why I edited the apache conf-file:

ScriptAlias /cgi-bin/ "C:/Programme/xampp/cgi-bin/"
ScriptAlias /WD100AWP/ "C:/WebDev10/AWP/"
AddType application/WebDev10-awp .awp
Action application/WebDev10-awp /WD100AWP/WD100Awp.exe
#Action application/WebDev10-awp /WD100AWP/WD100Awp.exe

But the problem is still there!

What can i do?

Thanks in advance for your help