Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

ROZWIĄZANY: Fatal error po zmianie serwera


Jurij

Rekomendowane odpowiedzi

Witajcie :P

Borykamy się na naszym forum z dosyć uciążliwym problemem. Niecały miesiąc temu nasz wódz naczelny przeniósł forum ze starego serwera na nowszy. Tzn. nie on sam, tylko ktoś z administracji serwera. Od tego czasu przy próbie tworzenia kategorii w acp w download managerze, czy też podczas dodawania pliku czy próby pobrania niektórych, wyskakuje taki błąd:

Fatal error: Out of memory (allocated 47972352) (tried to allocate 1835092 bytes) in /home/centrumse/domains/centrumse.pl/public_html/forum/admin/sources/base/ipsRegistry.php on line 2831

Wiem, że ten błąd oznacza za mało pamięci... chciałem zwiększyć jej ilość edytując plik php.ini, tyle że takiego pliku na serwerze nie ma (albo ja nie mogę go znaleźć, w katalogu głównym forum na 100% go nie ma). W joomli wyskakują podobne błędy, jak chcę np. utworzyć katalog czy wgrać plik... Macie jakieś sugestie, jak rozwiązać ten problem? Dodam tylko, że z obecnego serwera korzysta aktualnie inne duże forum i zmiana na osobny szybszy serwer nie wchodzi na chwilę obecną w grę. Z góry dziękuję za wszelkie wskazówki, pozdrawiam :tiphat:

Odnośnik do komentarza
Udostępnij na innych stronach

Zrobiłem tak i pojawił się error

404 Not Found

The resource requested could not be found on this server!

Teraz forum kompletnie nie działa, poza stroną główną :P

Przywróciłem poprzedni plik .htaccess i dalej to samo...

Edytowane przez Jurij
Odnośnik do komentarza
Udostępnij na innych stronach

Gdzie co miałem... no poprzednio forum działało, tylko przy downloadzie wyskakiwał ten error co w pierwszym poście :P A teraz wszędzie wyskakuje error 404 Not Found...

A pierwotna zawartość .htaccsess wyglądała tak:

# Enable mod_rewrite

RewriteEngine On

# This is usually not required

# but could be if using forum & topic virtual-folders

#RewriteBase /forums

# Mod Rewrite Rules

# DO THE FORUM INDEX

RewriteRule ^forums\.html(.*)$ index.php?act=idx$1 [L]

RewriteRule ^index\.html(.*)$ index.php?act=idx$1 [L]

RewriteRule ^$ index.php?act=idx [L]

# Portal

RewriteRule ^home\.html(.*)$ index.php?act=home$2 [L]

# DO THE ANNOUNCEMENT URLS

RewriteRule ^a([0-9]*)\.html(.*)$ index.php?act=announce&id=$1$2 [L]

RewriteRule ^a([0-9]*)[-_,]in[-_,]forum([0-9]*)\.html(.*)$ index.php?act=announce&f=$2&id=$1$3 [L]

RewriteRule ^(.*)[-_,]a([0-9]*)\.html(.*)$ index.php?act=announce&id=$2$3 [L]

RewriteRule ^(.*)[-_,]a([0-9]*)[-_,]in[-_,]forum([0-9]*)\.html(.*)$ index.php?act=announce&f=$3&id=$2$4 [L]

# DO THE TOPIC URLS

RewriteRule ^(.*)[-_,]t([0-9]*)[-_,]s([0-9]*)\.html(.*)$ index.php?showtopic=$2&st=$3 [L]

RewriteRule ^(.*)[-_,]t([0-9]*)\.html(.*)$ index.php?showtopic=$2$3 [L]

RewriteRule ^t([0-9]*)\.html(.*)$ index.php?showtopic=$1$2 [L]

RewriteRule ^findpost[-_,]p([0-9]*)\.html(.*)$ index.php?act=findpost&pid=$1$2 [L]

# VIRTUAL FOLDER TOPIC URLS

RewriteCond %{REQUEST_URI} !lofiversion/(.*)$

RewriteRule ^(.*)/(.*)[-_,]t([0-9]*)[-_,]s([0-9]*)\.html(.*)$ index.php?showtopic=$3&st=$4 [L]

RewriteCond %{REQUEST_URI} !lofiversion/(.*)$

RewriteRule ^(.*)/(.*)[-_,]t([0-9]*)\.html(.*)$ index.php?showtopic=$3$4 [L]

RewriteCond %{REQUEST_URI} !lofiversion/(.*)$

RewriteRule ^(.*)/t([0-9]*)\.html(.*)$ index.php?showtopic=$1$2 [L]

# DO THE FORUM URLS

RewriteRule ^start[-_,]new[-_,]topic[-_,]f([0-9]*)\.html(.*)$ index.php?act=post&do=new_post&f=$1$2 [L]

RewriteRule ^add[-_,]reply[-_,]f([0-9]*)[-_,]to([0-9]*)\.html(.*)$ index.php?act=post&do=reply_post&f=$1&t=$2$3 [L]

RewriteRule ^(.*)[-_,]f([0-9]*)\.html(.*)$ index.php?showforum=$2$3 [L]

RewriteRule ^f([0-9]*)\.html(.*)$ index.php?showforum=$1$2 [L]

# VIRTUAL FOLDER FORUM URLS

RewriteCond %{REQUEST_URI} !lofiversion/(.*)$

RewriteRule ^(.*)[-_,]f([0-9]+)/(.*)$ index.php?showforum=$2$3 [L]

RewriteCond %{REQUEST_URI} !lofiversion/(.*)$

RewriteRule ^(.*)f([0-9]+)/(.*)$ index.php?showforum=$2$3 [L]

# DO THE PROFILE URLS

RewriteRule ^(.*)[-_,]m([0-9]*)\.html(.*)$ index.php?showuser=$2$3 [L]

RewriteRule ^m([0-9]*)\.html(.*)$ index.php?showuser=$1$2 [L]

# Login/Logout

RewriteRule ^logout\.html(.*)$ index.php?act=Login&CODE=03$1 [L]

RewriteRule ^login\.html(.*)$ index.php?act=Login$1 [L]

RewriteRule ^register\.html(.*)$ index.php?act=Reg&CODE=00$1 [L]

RewriteRule ^lost[-_,]password\.html(.*)$ index.php?act=Reg&CODE=10$1 [L]

# MEMBERS LIST

RewriteRule ^member[-_,]list\.html(.*)$ index.php?act=Members$1 [L]

# ATTACHMENTS

RewriteRule ^(.*)[-_,]a([0-9]*)[-_,](.*)$ index.php?act=attach&type=$1&id=$2 [L]

# GET NEW POSTS

RewriteRule ^get[-_,]new[-_,]posts\.html(.*)$ index.php?act=Search&CODE=getnew$1 [L]

RewriteRule ^get[-_,]active\.html(.*)$ index.php?act=Search&CODE=getactive$1 [L]

RewriteRule ^search\.html(.*)$ index.php?act=Search$1 [L]

# DO EMAIL AND PM URLS

RewriteRule ^(.*)[-_,]a[-_,]private[-_,]message[-_,]m([0-9]*)\.html(.*)$ index.php?act=Msg&CODE=4&MID=$2$3 [L]

RewriteRule ^(.*)[-_,]an[-_,]email[-_,]m([0-9]*)\.html(.*)$ index.php?act=Mail&CODE=00&MID=$2$3 [L]

# MISC

RewriteRule ^email_link\.html(.*)$ index.php?act=Forward$1 [L]

RewriteRule ^print\.html(.*)$ index.php?act=Print$1 [L]

RewriteRule ^boardrules\.html(.*)$ index.php?act=boardrules$1 [L]

# STATS AND LEGENDS

RewriteRule ^the[-_,]moderating[-_,]team\.html(.*)$ index.php?act=Stats&CODE=leaders$1 [L]

RewriteRule ^todays[-_,]top[-_,]20[-_,]posters\.html(.*)$ index.php?act=Stats$1 [L]

# ONLINE LIST

RewriteRule ^online[-_,]list\.html(.*)$ index.php?act=Online$1 [L]

RewriteRule ^online[-_,]list[-_,]listall\.html(.*)$ index.php?act=Online&CODE=listall&sort_key=click$1 [L]

RewriteRule ^online[-_,]list[-_,]members\.html(.*)$ index.php?act=Online&CODE=listall&sort_key=name&sort_order=asc&show_mem=reg$1 [L]

# HELP

RewriteRule ^(.*)[-_,]h([0-9]*)\.html(.*)$ index.php?act=help&CODE=01&HID=$2$3 [L]

RewriteRule ^(.*)help\.html(.*)$ index.php?act=Help$2 [L]

# Calendar

RewriteRule ^(.*)calendar\.html(.*)$ index.php?act=Calendar$2 [L]

RewriteRule ^(.*)calendar[-_,]cal([0-9]*)\.html(.*)$ index.php?act=Calendar&cal_id=$2$3 [L]

# USER CP

RewriteRule ^my[-_,]controls\.html(.*)$ index.php?act=UserCP$1 [L]

RewriteRule ^edit[-_,]profile[-_,]info\.html(.*)$ index.php?act=UserCP&CODE=01$1 [L]

RewriteRule ^edit[-_,]signature\.html(.*)$ index.php?act=UserCP&CODE=22$1 [L]

RewriteRule ^edit[-_,]avatar[-_,]settings\.html(.*)$ index.php?act=UserCP&CODE=24$1 [L]

RewriteRule ^change[-_,]personal[-_,]photo\.html(.*)$ index.php?act=UserCP&CODE=photo$1 [L]

RewriteRule ^manage[-_,]your[-_,]attachments\.html(.*)$ index.php?act=UserCP&CODE=attach$1 [L]

RewriteRule ^manage[-_,]ignored[-_,]users\.html(.*)$ index.php?act=UserCP&CODE=ignore$1 [L]

RewriteRule ^email[-_,]settings\.html(.*)$ index.php?act=UserCP&CODE=02$1 [L]

RewriteRule ^board[-_,]settings\.html(.*)$ index.php?act=UserCP&CODE=04$1 [L]

RewriteRule ^change[-_,]email[-_,]address\.html(.*)$ index.php?act=UserCP&CODE=08$1 [L]

RewriteRule ^change[-_,]password\.html(.*)$ index.php?act=UserCP&CODE=28$1 [L]

RewriteRule ^personal[-_,]portal\.html(.*)$ index.php?act=UserCP&CODE=personal_portal_form$1 [L]

RewriteRule ^display[-_,]names\.html(.*)$ index.php?act=UserCP&CODE=dname_start$1 [L]

RewriteRule ^manage[-_,]friends\.html(.*)$ index.php?act=UserCP&CODE=manage_friends$1 [L]

# MESSENGER

RewriteRule ^compose[-_,]new[-_,]message\.html(.*)$ index.php?act=Msg&CODE=04$1 [L]

RewriteRule ^inbox\.html(.*)$ index.php?act=Msg&CODE=01&VID=in$1 [L]

RewriteRule ^sent[-_,]items\.html(.*)$ index.php?act=Msg&CODE=01&VID=sent$1 [L]

RewriteRule ^saved[-_,]pms\.html(.*)$ index.php?act=Msg&CODE=20$1 [L]

RewriteRule ^empty[-_,]pm[-_,]folders\.html(.*)$ index.php?act=Msg&CODE=delete$1 [L]

RewriteRule ^edit[-_,]storage[-_,]folders\.html(.*)$ index.php?act=Msg&CODE=07$1 [L]

RewriteRule ^pm[-_,]buddies\.html(.*)$ index.php?act=Msg&CODE=02$1 [L]

RewriteRule ^archive[-_,]messages\.html(.*)$ index.php?act=Msg&CODE=14$1 [L]

RewriteRule ^message[-_,]tracker\.html(.*)$ index.php?act=Msg&CODE=30$1 [L]

RewriteRule ^new[-_,]messages\.html(.*)$ index.php?act=Msg&CODE=01$1 [L]

# SUBSCRIPTIONS

RewriteRule ^view[-_,]topic[-_,]subscriptions\.html(.*)$ index.php?act=UserCP&CODE=26$1 [L]

RewriteRule ^view[-_,]forum[-_,]subscriptions\.html(.*)$ index.php?act=UserCP&CODE=50$1 [L]

# MODERATOR TOOLS

RewriteRule ^ip[-_,]tool\.html(.*)$ index.php?act=UserCP&CODE=iptool$1 [L]

RewriteRule ^member[-_,]tool\.html(.*)$ index.php?act=UserCP&CODE=memtool$1 [L]

RewriteRule ^manage[-_,]anoucements\.html(.*)$ index.php?act=UserCP&CODE=announce_start$1 [L]

# RSS

RewriteRule ^rss[-_,]([0-9]*)\.html(.*)$ index.php?act=rssout&id=$1$2 [L]

RewriteRule ^rss[-_,]cal([0-9]*)\.html(.*)$ index.php?act=rssout&type=calendar&id=$1$2 [L]

RewriteRule ^rss\.html(.*)$ index.php?act=rssout$1 [L]

#Tags

RewriteRule ^tag[-_,]cloud\.html(.*)$ index.php?autocom=tagging$1 [L]

RewriteRule ^(.*)[-_,]tag\.html(.*)$ index.php?autocom=tagging&CODE=findtag&tag=$1$2 [L]

# Gallery

RewriteRule ^gallery\.html(.*)$ index.php?autocom=gallery$1 [L]

RewriteRule ^gallery[-_,]cat([0-9]*)\.html(.*)$ index.php?autocom=gallery&req=sc&cat=$1$2 [L]

RewriteRule ^(.*)[-_,]gallery[-_,]cat([0-9]*)\.html(.*)$ index.php?autocom=gallery&req=sc&cat=$2$3 [L]

RewriteRule ^gallery[-_,]image([0-9]*)\.html(.*)$ index.php?autocom=gallery&req=si&img=$1$2 [L]

RewriteRule ^(.*)[-_,]image([0-9]*)\.html(.*)$ index.php?autocom=gallery&req=si&img=$2$3 [L]

RewriteRule ^gallery[-_,]user([0-9]*)[-_,]album([0-9]*)\.html(.*)$ index.php?autocom=gallery&req=user&user=$1&op=view_album&album=$2$3 [L]

RewriteRule ^(.*)[-_,]user([0-9]*)[-_,]album([0-9]*)\.html(.*)$ index.php?autocom=gallery&req=user&user=$2&op=view_album&album=$3$4 [L]

RewriteRule ^gallery[-_,]user([0-9]*)\.html(.*)$ index.php?autocom=gallery&req=user&user=$1$2 [L]

RewriteRule ^gallery[-_,]slideshow[-_,](.*)[-_,]([0-9]*)\.html(.*)$ index.php?autocom=gallery&req=slideshow&$1=$2$3 [L]

RewriteRule ^gallery[-_,]your[-_,]favorites\.html(.*)$ index.php?autocom=gallery&cmd=favs$1 [L]

RewriteRule ^gallery[-_,]your[-_,]albums\.html(.*)$ index.php?autocom=gallery&cmd=albums$1 [L]

RewriteRule ^gallery[-_,]stats[-_,]newest\.html(.*)$ index.php?autocom=gallery&req=stats&op=newest$1 [L]

RewriteRule ^gallery[-_,]stats[-_,]ratings\.html(.*)$ index.php?autocom=gallery&req=stats&op=ratings$1 [L]

RewriteRule ^gallery[-_,]stats[-_,]views\.html(.*)$ index.php?autocom=gallery&req=stats&op=views$1 [L]

RewriteRule ^gallery[-_,]stats[-_,]comments\.html(.*)$ index.php?autocom=gallery&req=stats&op=comments$1 [L]

RewriteRule ^gallery[-_,]stats\.html(.*)$ index.php?autocom=gallery&req=stats$1 [L]

# Blog

RewriteRule ^blog\.html(.*)$ index.php?autocom=blog$1 [L]

RewriteRule ^blog[-_,]main\.html(.*)$ index.php?autocom=blog&req=ucp_main$3 [L]

RewriteRule ^blog[-_,]tracker\.html(.*)$ index.php?autocom=blog&req=ucp_tracker$3 [L]

RewriteRule ^blog[-_,]b([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1$2 [L]

RewriteRule ^blog[-_,]b([0-9]*)[-_,]entry([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&showentry=$2$3 [L]

RewriteRule ^(.*)[-_,]b([0-9]*)[-_,]entry([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$2&showentry=$3$4 [L]

RewriteRule ^blog[-_,]older[-_,]b([0-9]*)[-_,]entry([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&showentry=$2&show=nextoldest$3 [L]

RewriteRule ^blog[-_,]newer[-_,]b([0-9]*)[-_,]entry([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&showentry=$2&show=nextnewest$3 [L]

RewriteRule ^blog[-_,]post[-_,]b([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&req=postblog$2 [L]

RewriteRule ^blog[-_,]track[-_,]b([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&req=dotrackblog$2 [L]

RewriteRule ^blog[-_,]stoptrack[-_,]b([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&req=doendtrackblog$2 [L]

RewriteRule ^blog[-_,]rss[-_,]feed[-_,]b([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&req=syndicate$2 [L]

RewriteRule ^blog[-_,]archive[-_,]b([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&req=showarchive$2 [L]

RewriteRule ^blog[-_,]addfavorite[-_,]b([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&req=addfavblog$2 [L]

RewriteRule ^blog[-_,]deletefavorite[-_,]b([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&req=delfavblog$2 [L]

RewriteRule ^blog[-_,]reply[-_,]b([0-9]*)[-_,]entry([0-9]*)\.html(.*)$ index.php?autocom=blog&blogid=$1&req=replyentry&eid=$2$3 [L]

# IDM

RewriteRule ^downloads\.html(.*)$ index.php?autocom=downloads$1 [L]

RewriteRule ^downloads[-_,]cat([0-9]*)\.html(.*)$ index.php?autocom=downloads&showcat=$1$2 [L]

RewriteRule ^(.*)[-_,]downloads[-_,]cat([0-9]*)\.html(.*)$ index.php?autocom=downloads&showcat=$2$3 [L]

RewriteRule ^downloads[-_,]file([0-9]*)\.html(.*)$ index.php?autocom=downloads&showfile=$1$2 [L]

RewriteRule ^(.*)[-_,]file([0-9]*)\.html(.*)$ index.php?autocom=downloads&showfile=$2$3 [L]

RewriteRule ^downloads[-_,]your[-_,]files\.html(.*)$ index.php?autocom=downloads&req=ucp_files$1 [L]

RewriteRule ^downloads[-_,]your[-_,]favorites\.html(.*)$ index.php?autocom=downloads&req=ucp_favs$1 [L]

RewriteRule ^downloads[-_,]your[-_,]subscriptions\.html(.*)$ index.php?autocom=downloads&req=ucp_subs$1 [L]

RewriteRule ^downloads[-_,]submit\.html(.*)$ index.php?autocom=downloads&req=submit$1 [L]

RewriteRule ^downloads[-_,]search\.html(.*)$ index.php?autocom=downloads&req=search$1 [L]

RewriteRule ^downloads[-_,]last[-_,]ten\.html(.*)$ index.php?autocom=downloads&req=search&code=last_ten$1 [L]

RewriteRule ^downloads[-_,]last[-_,]visit\.html(.*)$ index.php?autocom=downloads&req=search&code=last_visit$1 [L]

RewriteRule ^downloads[-_,]mod\.html(.*)$ index.php?autocom=downloads&req=mod$1 [L]

RewriteRule ^downloads[-_,]author([0-9]*)\.html(.*)$ index.php?autocom=downloads&req=search&code=all_author&id=$1$2 [L]

Edytowane przez Jurij
Odnośnik do komentarza
Udostępnij na innych stronach

  • Manager

Skoro tak wyglądała to ją przywrócić i problem zniknie..

Ty pewnie zastąpiłeś tę treść, a nie dodałeś ten kod, co pisałem.

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Odnośnik do komentarza
Udostępnij na innych stronach

Zgłosiłem. Administrator serwera twierdzi, że to wina źle przypisanych linków, a nie pliku .htaccess.

Twierdzi że są podwójne, np. forum.pl/forum/forum/226-download/ wiecie jak to pozmieniać na prawidłowe?

Jest to o tyle dziwne, że przed ingerencją w .htaccess wszystko było ok z tymi linkami...

Edytowane przez Jurij
Odnośnik do komentarza
Udostępnij na innych stronach

Zainstaluj sobie na lokalu IPB, weź plik .htaccess i przenieś. Ogólnie dziwne żeby tak było.

Spróbuj wartość rewrite base zmienić na:

RewriteBase /

Bez hasu.

To nic nie daje, wtedy forum zupełnie leży, nawet strona główna. Ale zauważyliśmy, że np. odnośnik z forum do downloadu wygląda tak:

http://forum.pl/forum/files/

a ze strony głównej wygląda tak:

http://forum.pl/forum/index.php?autocom=downloads

i ten drugi działa, ten pierwszy nie. Wiecie który plik jest odpowiedzialny za te odnośniki?

Odnośnik do komentarza
Udostępnij na innych stronach

Może inaczej. Wyłącz przepisywanie linków i sprawdź jak wyglądają. Ogólnie to sprawdź ustawienia w ACP odnośnie przepisywanie linków, użyj szukajki i wpisz htaccess

Jedno mnie zastanawia. Ten plik co podałeś wygląda jakby był z CSEO z 2.3.6.

  • Lubię to 1
Odnośnik do komentarza
Udostępnij na innych stronach

Wyłączyłem w acp przepisywanie linków i problem zniknął. Forum teraz działa normalnie, także dzięki za tę wskazówkę :) Tylko pytanie co spowodowało, że linki zrobiły się nieprawidłowe ? No i problem z pierwszego postu " Fatal error - out of memory" pozostał :P

edit: w linkach z sidebara problem 404 not found nadal występuje :)

Edytowane przez Jurij
Odnośnik do komentarza
Udostępnij na innych stronach

Chodzi o to, że przykładowy link obecnie wygląda tak:

forum.pl/forum/index.php?/forum/173-faq/

a powinien wyglądać tak:

forum.pl/forum/173-faq/

Jeżeli z powrotem włączę przepisywanie linków w acp, wróci 404 not found error oraz zamiast wyglądać tak:

forum.pl/forum/173-faq/

linki będą wyglądać tak:

forum.pl/forum/forum/173-faq/

Czyli wyraz forum w linku będzie się powtarzał, a powinien występować tylko raz. Mam nadzieje, że teraz rozumiecie na czym polega problem :P

P.S.

Nawet jeśli przy włączonym przepisywaniu linków wpiszę w przeglądarkę poprawny link z pojedynczym wyrazem forum: forum.pl/forum/173-faq/

to i tak nie działa i wyskakuje 404 not found.

Edytowane przez Jurij
Odnośnik do komentarza
Udostępnij na innych stronach

Ja nadal twierdzę, że masz chyba nieodpowiedni plik od Httaccess. Ten co podałeś jest strasznie długi, a takiego jeszcze pod 3.x nie widziałem. Masz to CSEO, miałeś? Bo wersja forum taka jak w profilu prawda?

Tak, wersja forum jest taka jak w profilu - 3.1.2. Zamierzamy na dniach zrobić aktualizację do 3.1.3, myślicie że to pomoże?

DawPi, mówimy o tym forum co podałem w profilu.

Odnośnik do komentarza
Udostępnij na innych stronach

  • Manager

Tu nie ma, co pomagać. A jak wkleisz oryginalną zawartość pliku .htaccess - polecaną w ACP, to również problem masz?

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Odnośnik do komentarza
Udostępnij na innych stronach

Masz na myśli to:

<IfModule mod_rewrite.c>

Options -MultiViews

RewriteEngine On

RewriteBase /forum/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /forum/index.php [L]

</IfModule>

?

Tak, mam. Skoro uważacie, że ten plik .htaccess który mam jest zły, to skąd wziąć dobry?

Odnośnik do komentarza
Udostępnij na innych stronach

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.