Salut à tous,
Je commence à apprendre WebDev pour créer un site en php (Intranet) à fin de gérer une base de données PostgreSQL et j'ai un problème avec l'exemple
sav_php, en fait j'ai installé le WampSrrver puis WebDev 15 tous marche nickel.
Par contre quand je lance le test depuis mon mon webdev j'ai l'erreur
The requested URL /SAV_PHP_WEB/PAGE_Connexion.php was not found on this server. l'url c'est http://localhost/SAV_PHP_WEB/PAGE_Connexion.php
pourtant j'ai ajouté à la fin du httpd.conf les lignes suivantes:
Merci d'avance pour l'aide
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 ScriptAlias /WD150AWP/ "C:/WebDev 15/Programmes/Moteur/Windows/AWP/" <Directory "C:/WebDev 15/Programmes/Moteur/Windows/AWP/"> Order allow,deny Allow from all </Directory> AddType application/WebDev15-awp .awp Action application/WebDev15-awp /WD150AWP/WD150Awp.exe Alias /Projet_web_tanite/ "C:/WebDev 15/Exemples/Exemples complets/SAV_php/SAV_PHP_WEB/" <Directory "C:/WebDev 15/Exemples/Exemples complets/SAV_php/SAV_PHP_WEB/"> Order allow,deny Allow from all </Directory>
Partager