Jeden user zgłosił mi dość nietypową sytuację, po zalogowaniu i przekierowaniu na główną forum, wywala mu:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
a tak wygląda plik .htaccess, bo to chyba ma coś wspólnego z tym?
#ErrorDocument 403 "Forum nieczynne z powodu prac konserwacyjnych na serwerze, wracamy za kilkanascie minut."
#Order Deny,Allow
#Deny From All
#Allow From 217.144.223.23
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\..+$
RewriteRule . /index.php [L]
</IfModule>