Błąd po przeniesieniu na inny adres
-
Cześć
Miałem zainstalowanego najnowszego wordpressa na http://www.domena.pl/word i teraz przeniosłem wszystkie pliki tak aby strona działała pod adresem http://www.domena.pl. Baza danych zostaje ta sama.
Użyłem takiego skryptu w bazie:UPDATE wp_options SET option_value = replace(option_value, '[STARY_ADRES]', '[NOWY_ADRES]') WHERE option_name IN ('home', 'siteurl', 'upload_url_path'); UPDATE wp_posts SET guid = replace(guid, '[STARY_ADRES]', '[NOWY_ADRES]'); UPDATE wp_posts SET post_content = replace(post_content, '[STARY_ADRES]', '[NOWY_ADRES]');
niby wszystko fajnie działa, więc usunąłem katalog /word/ z serwera.
Strona główna i panel admina działa ok ale cała reszta wywołuje błąd typu:Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webadmin@kundenserver.de 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Wygląda ,że pomimo tych zmian w bazie on nadal korzysta z katalogu http://www.domena.pl/word.
Jak to naprawić?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- Temat ‘Błąd po przeniesieniu na inny adres’ jest zamknięty na nowe odpowiedzi.