Se connecter avec
S'enregistrer | Connectez-vous

htaccess

Dernière réponse : dans Programmation

j'essaie un peu de jouer avec ca mais ca marche pas :( 
Citation :

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



--------------------------------------------------------------------------------

Apache/1.3.24 Server at localhost Port 80



AuthUserFile C:/Program Files/EasyPHP/www/htacces/.htpasswd
AuthName "Accès protégé"
AuthType Basic
<LIMIT GET POST>
order deny,allow
deny from all
allow from 127.0.0.1
</LIMIT>

et mon htaccess... voila. J'utilise easyphp... merci

Autres pages sur : htaccess

Lassé par la pub ? Créez un compte

koko a écritj'essaie un peu de jouer avec ca mais ca marche pas :( 
Citation :

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.



--------------------------------------------------------------------------------

Apache/1.3.24 Server at localhost Port 80



AuthUserFile C:/Program Files/EasyPHP/www/htacces/.htpasswd
AuthName "Accès protégé"
AuthType Basic
<LIMIT GET POST>
order deny,allow
deny from all
allow from 127.0.0.1
</LIMIT>

et mon htaccess... voila. J'utilise easyphp... merci
tu veux faire kwa?

grecos7 a dit :

AuthUserFile C:/Program Files/EasyPHP/www/htacces/.htpasswd
AuthName "Accès protégé"
AuthType Basic
<LIMIT GET POST>
order deny,allow
deny from all
allow from 127.0.0.1
</LIMIT>

Bin, je ne vois pas ce que tu veux interdire comme ça.. Ton Apache est en réseau et tu as ouvert un accès aux autres postes ?

Si ce n'est pas le cas, ton htaccess ne sert à rien puisqu'il ouvre un accès complet au poste local (127.0.0.1).. C'est ce qu'a dit streetpc..

Heuuuh, sinon, vois si tu n'as pas de faute d'orthographe dans le chemin que tu déclares en tête de ton fichier..

A part ça, je n'en sais pas plus..

:jap: 
Lassé par la pub ? Créez un compte