12/08/2010, 17:10
|
| Colaborador | | Fecha de Ingreso: junio-2007 Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 4 meses Puntos: 1567 | |
Respuesta: Servidro web auxilio Bueno, eso es otra cosa
Esto que te digo es para la version Windows Version 1.7.1, no se si hayan hecho cambios
1.
Renombra los archivos (R es mi unidad,)
R:\xampp\htdocs\back\index.php --> index.php.bak
R:\xampp\htdocs\back\index.html --> index.html.bak
2.
fijate si tu archivo R:\xampp\apache\conf\extra\httpd-xampp.conf
contiene esto #
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalize r|server-statu\
s|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>
y delante de Deny from all, comentalo con #
te quedaria #
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalize r|server-statu\
s|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>
tu carpeta de inicio será R:\xampp\htdocs
Listo
__________________ La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R. |