• 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)
  • Thread Starter virnik

    (@virnik)

    Usunąłem plik .htaccess i strona główna dalej działa ale po kliknięciu w cokolwiek pokazuje się:

    Not Found
    The requested URL /squad/ was not found on this server.
    
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Thread Starter virnik

    (@virnik)

    Eh, naprawiłem sam:D
    Wystarczyło zmienić ścieżkę w .htaccess. A kurde w żadnym poradniku o tym nie pisali :/ 😀

    Thread Starter virnik

    (@virnik)

    Muszę omijać tylko używanie ścieżki http://www.domena.pl/download/ bo jest zablokowana i nie wiem jak ją odblokować 😀

Viewing 3 replies - 1 through 3 (of 3 total)
  • Temat ‘Błąd po przeniesieniu na inny adres’ jest zamknięty na nowe odpowiedzi.