問題が発生しています。lightbox2を使用して画像を表示していますが、ローカルマシンではすべて正常に動作します。ただし、サーバーにアップロードするとすぐに機能しません。私のサーバーはApacheを使用しています
誰かこれに出くわしますか?
FirefoxでFirebugを使用すると、次のエラーが表示されます。
<link rel="stylesheet" href="css/lightbox.css">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /css/lightbox.css was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
</link>
ありがとう :)