Intento hacer un lightbox pero me da error y creo que es algo que no tengo configurado en el servidor.
?¿?
Not Found
The requested URL /miweb/registro/images/image-2.jpg was not found on this server.
Apache/2.2.3 (Win32) PHP/5.1.6 Server at localhost Port 80
que puede ser, por que las carpeta de images las tengo cargadas donde mismo tengo el archivo y las rutas estan bien.
la cuestion esque es un lightbox que e bajado de internet para probarlo. que cliqueandolo hace todo bien. pero si lo abro en dream y lo visualizo en mi servidor me da ese error. que puede ser.
este es el cogido tal y como me lo baje.
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<title>Ajax based Lightbox 2 - HelloGoogle
</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-language" content="en" />
<meta name="description" lang="en" content="Ajax based Lightbox 2 is a simple, unobtrusive script used to overlay images and text on the current page. It's a snap to setup and works on all modern browsers." /> <meta name="keywords" content="lightbox, lightbox2, lightbox 2, lightbox js, helloGoogle" />
<link rel="shortcut icon" type="image/ico" href="/images/favicon.gif" /> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script src="js/prototype.js" type="text/javascript"></script> <script src="js/scriptaculous.js?load=effects" type="text/javascript"></script> <script src="js/lightbox.js" type="text/javascript"></script>
<body leftmargin="0" topmargin="0">
<h2>Ejemplo Ajax Based LightBox
</h2> <h3>Archivo vía Ajax
</h3> Quiere conocer
<a href="hellogoogle.htm" rel="lightbox_text">Hello Google
</a>?
<a href="images/image-1.jpg" rel="lightbox"><img src="images/thumb-1.jpg" width="100" height="40" alt="" /></a> <a href="images/image-2.jpg" rel="lightbox" title="Incluya aquí un título"><img src="images/thumb-2.jpg" width="100" height="40" alt="" /></a>
<h3 style="clear: both;">Conjunto de imágenes
</h3>
<a href="images/image-3.jpg" rel="lightbox[plants]" title="Haga click a la derecha de la imagen para avanzar."><img src="images/thumb-3.jpg" width="100" height="40" alt="Plants: image 1 0f 4 thumb" /></a> <a href="images/image-4.jpg" rel="lightbox[plants]" title="También puede utilizar cursor derecha." ><img src="images/thumb-4.jpg" width="100" height="40" alt="Plants: image 2 0f 4 thumb" /></a> <a href="images/image-5.jpg" rel="lightbox[plants]" title="El código precarga la siguiente imagen mientras visualiza la anterior."><img src="images/thumb-5.jpg" width="100" height="40" alt="Plants: image 3 0f 4 thumb" /></a> <a href="images/image-6.jpg" rel="lightbox[plants]" title="Pulse Esc para salir"><img src="images/thumb-6.jpg" width="100" height="40" alt="Plants: image 4 0f 4 thumb" /></a>