Jump to content

Prestashop en reseaux local


Maxeone

Recommended Posts

bonjour,

 

je rentre l'adresse ip de la machine ou se trouve ma boutique prestashop mais j'ai un message d'ereur :

 

Nouveau concept de securiter l'acces au repertoire est uniquement disponible en reseaux local .

 

 

merci de votre aide .

Link to comment
Share on other sites

Re Maxeone,

En fait tu dois editer /opt/lampp/etc/extra/httpd-xampp.conf

Pour ma part j'ai ça à la fin :

#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8 \
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
fe80::/10 169.254.0.0/16

ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

 

En gros si t'es sur de ton reseau local, tu peu supprimer tout ça.

 

Cdlt

Pierre.

Link to comment
Share on other sites

Bonsoir,

 

j'ai copier coller

 

#

# New XAMPP security concept

#

<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">

Order deny,allow

Deny from all

Allow from ::1 127.0.0.0/8 \

fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \

fe80::/10 169.254.0.0/16

 

ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var

</LocationMatch>

mais j'ai toujours la meme chose c'est a dire :

 

quand je tape sa http://192.168.1.1 je tombe sur le panneau admin de xampp

 

mais quand je tappe http://192.168.1.1/prestashop/ je tombe sur rien du tout sur connexion echoué.

 

merci.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...