Witam,
Uczę się dopiero WordPressa, ale już zrobiłem pierwszą amatorską stronkę. Wordpressa mam na swoim lokalnym serwerze NAS (QNAP)
Chciałbym teraz moją stronkę puścić w eter - dlatego zamówiłem domene i hosting.
W czym problem?
W tym, że na nowej domenie strona startowa wyświetla się poprawnie, natomiast jak kliknę np w inną zakładkę menu to wyświetla się komunikat:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@marang83.nazwa.pl to inform them of the time this error occurred, and the actions you performed just before this 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.
Czynności jakie wykonałem:
1) Zrobiłem kopie bazy danych i plików Wordpressa
2) wgrałem cały katalog WP na serwer hostingowy
3) Utworzyłem bazę danych + wgrałem do niej kopie mojej bazy
4) Edytowałem plik wp-config
define('DB_NAME', xxxxxxx);
/** MySQL database username */
define('DB_USER', 'xxxxxxx');
/** MySQL database password */
define('DB_PASSWORD', 'xxxxxx');
/** MySQL hostname */
define('DB_HOST', 'xxxxxxx');
Czy jeszcze muszę coś edytować? O czymś nie wiem lub zapomniałem?
Problem mam taki, że nie mogę też dostać się do edycji strony poprzez Wordpressa: wpisując http://moja strona.nazwa.pl/WordPress skutkuje również wyświetleniem strony 500 Internal Server Error
Bardzo proszę o pomoc, nic już nie przychodzi mi do głowy.