• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  • Tagi:
  1. #1
    Szary jest nieaktywny Użytkownik
    Dołączył
    Aug 2011
    Posty
    42

    Domyślnie adres forum z www i bez

    Witam ponownie

    gdy wejdziemy na forum http://przykladowyadres.pl i się zalogujemy, próbujemy wejść na www.przykladowyadres.pl i okazuje się że trzeba się ponownie zalogować.

    Da się to zmienić ?



  2. #2
    Marcin1 jest nieaktywny Stały bywalec
    Dołączył
    Jan 2012
    Posty
    131
    Przydatne posty
    5


  3. #3
    Szary jest nieaktywny Użytkownik
    Dołączył
    Aug 2011
    Posty
    42

    Domyślnie

    Nadal mam błąd...

    tak robiłem:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^htcforum.pl/forum.php [NC]
    RewriteRule ^(.*)$
    http://www.htcforum.pl?$1
    [R=301,L]
    i również tak

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^htcforum.pl[NC]
    RewriteRule ^(.*)$
    http://www.htcforum.pl?$1
    [R=301,L]
    za każdym razem forum przestaje mi się ładować...

    wywala błąd:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, xxx@xxx.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.


    czy Ja robię coś źle czy problem leży po stronie serwera ?


  4. #4
    Szary jest nieaktywny Użytkownik
    Dołączył
    Aug 2011
    Posty
    42

    Domyślnie

    Czy ktoś może pomóc, nadal jest błąd.


Chmurka.pl

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67