500 Internal Server Error
-
Witajcie,szukam porady.
Mam hosting na strato.de i uzywam Virtual Server Linux Level 2 (v1210.24)z systemem Ubuntu 12.04 LTS + Plesk 11.0. Tam mam postawionego WP w wersji 3.6 i nakladke do tworzenia stron PAGELINES FRAMEWORK. Wszystko raczej ladnie dziala patrz : http://www.polishdinner.de , jednak jezeli zabieram sie do aktualizacji strony w panelu PageLines opcja PAGE OPTIONS to:
– bardzo czesto zrywa sie polaczenie z serwerem (Apache)
– czas trwania aktualizacji jest ogromnie dlugi
– wywala blad :
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
PYTANIE :
– czy jest to kwestja wlaczenia lub wylaczenia odpowiednich modulow w apache ? TAKIE MAM TERAZ patrz link: http://polishdinner.de/moduly-apache/
– czy jest to raczej kwestia zlego wpisu w pliku htaccess. MAM STANDARTOWY .
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
– jakie moga byc jeszcze inne opcje ?
– jestem samoukiemZ gory serdecznie dziekuje ,
- Temat ‘500 Internal Server Error’ jest zamknięty na nowe odpowiedzi.