2 pièce(s) jointe(s)
probléme d%u2019accès a URL
bonsoir
j'utilise avec wampserver un virtualhost pour mon application web , je développement et je vérifie le fonctionnement sans probléme mais aprés une période précise il peut pas accéder a mon application a travers l'url http://local.dev/shopping/ il fait une redirection tous seul vers http://local.dev/index.php
j'en sais pas pourquoi ou il existe le probléme (j'ai testé hier et il fonctionne trés bien ).
car j'ai pluieur index.php dans les dossiers du mon applcation ou autre ?
voila mon fichier log du serveur:
Code:
1 2 3 4 5 6 7
|
[Tue Dec 29 20:40:08 2015] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\travail\\shopping_TN\\include\\dev\\login_user.php:0, referer: http://local.dev/shopping_TN/register.php
[Tue Dec 29 20:40:08 2015] [error] [client 127.0.0.1] PHP Notice: Undefined index: id_clit in C:\\wamp\\www\\travail\\shopping_TN\\include\\dev\\login_user.php on line 43, referer: http://local.dev/shopping_TN/register.php
[Tue Dec 29 20:40:08 2015] [error] [client 127.0.0.1] PHP Stack trace:, referer: http://local.dev/shopping_TN/register.php
[Tue Dec 29 20:40:08 2015] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\travail\\shopping_TN\\include\\dev\\login_user.php:0, referer: http://local.dev/shopping_TN/register.php
[Tue Dec 29 20:40:08 2015] [error] [client 127.0.0.1] script 'C:/wamp/www/travail/index.php' not found or unable to stat, referer: http://local.dev/shopping_TN/register.php
[Tue Dec 29 20:41:15 2015] [error] [client 127.0.0.1] script 'C:/wamp/www/travail/index.php' not found or unable to stat |
j'ai résolu le probléme "Undefined index" mais il affiche un autre erreur
Code:
1 2
| [error] [client 127.0.0.1] script 'C:/wamp/www/travail/index.php' not found or unable to stat
[Tue Dec 29 20:54:18 2015] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/travail/favicon.ico |