Założyłem forum , http://www.forum-kredyty.com.pl, osadzone na hostingu nazwa.pl
Wszystko było fajnie, podziałało elegancko z miesiąc i nagle, próbuje sobie wejść na sowje forum a tu otrzymuję:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@hdckredyty.nazwa.pl 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
No i zonk.
Z error log na serwerze wyciągnałem , że
[Sun Nov 11 18:30:15 2012] [error] [client 184.154.174.34] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://forum-kredyty.com.pl/
Od supportu nazwy dowiedziałem się, ze to błąd w skrypcie, ale gdzieś wygrzebałem , ze to błąd jakiegoś pliku konfiguracyjnego Apacha. Ale nazwa.pl nie mówi, że oni nic nie mogą tam zmienić.
Czy ktoś z Was spotkał sie już z taką akcją? Jak to zaleczyć?
Error 500 na hostingu nazwa.pl
Re: Error 500 na hostingu nazwa.pl
Co to za skrypt forum?hdckredyty pisze: błąd w skrypcie
W pliku .htaccess nic nie ruszałeś?
-
hdckredyty
- Posty: 2
- Rejestracja: 11 listopada 2012, 18:24
Re: Error 500 na hostingu nazwa.pl
To jest php BB3 , poniżej załączam zawartość .htacess:
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>