Przepuściłem stronę przez testery nagłówków HTTP ( http://www.rexswain.com/httpview.html , http://www.websitepulse.com/help/tools.php ) i oto efekt:
HTTP/1.0·500·Internal·Server·Error(CR)(LF)
Date:·Mon,·06·Apr·2009·13:40:37·GMT(CR)(LF)
Server:·Apache(CR)(LF)
Set-Cookie:·PHPSESSID=2c081590dffe8f472aa98b93d15a0d25;·path=/(CR)(LF)
Expires:·Thu,·19·Nov·1981·08:52:00·GMT(CR)(LF)
Cache-Control:·no-store,·no-cache,·must-revalidate,·post-check=0,·pre-check=0(CR)(LF)
Pragma:·no-cache(CR)(LF)
Connection:·close(CR)(LF)
Content-Type:·text/html(CR)(LF)
(CR)(LF)
Najzabawniejsze, że sama strona działa i jest indeksowana w google.
W .htaccess mam:
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css|xml)$ index.php
php_flag magic_quotes_gpc Off
Co może być nie tak?