![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 9 Pomógł: 0 Dołączył: 4.09.2002 Ostrzeżenie: (0%) ![]() ![]() |
Mam pytanie dlaczego jesli mam pliki z rozszezeniem php3 to sa wykonywane z bledami czesc plikow wykonuje sie pojawia czesc nie - gdy zmienie na php wszystko chodzi dobrze ale czasami zmiana w kodzie wielu odwolan z php3 do php, jest żmudna czy mogl bym otrzymac pomoc ewentualnie podpowiedz co i gdzie powinienem zmienic na serwerze zeby wszystkie rodzaje php byly wykonywane prawidlowo.
|
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 9 Pomógł: 0 Dołączył: 4.09.2002 Ostrzeżenie: (0%) ![]() ![]() |
Dzieki za pomoc wszystkim juz dałem sobie rade (IMG:http://forum.php.pl/style_emoticons/default/smile.gif) na czerwono zaznaczyłem to co zablokowałem a na niebiesko to co dopisałem (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)
tak było : to oryginał # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. # # Just list the languages in decreasing order of preference. We have # more or less alphabetized them here. You probably want to change this. # <IfModule mod_negotiation.c> LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw </IfModule> <IfModule mod_php3.c> AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .php3s </IfModule> <IfModule mod_php4.c> AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps </IfModule> # # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. ************************************************************* tak jest : po zmianach # LanguagePriority allows you to give precedence to some languages # in case of a tie during content negotiation. # # Just list the languages in decreasing order of preference. We have # more or less alphabetized them here. You probably want to change this. # <IfModule mod_negotiation.c> LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw </IfModule> # <IfModule mod_php3.c> #AddType application/x-httpd-php3 .php3 #AddType application/x-httpd-php3-source .php3s # </IfModule> <IfModule mod_php4.c> AddType application/x-httpd-php .php .php3 .phtml AddType application/x-httpd-php-source .phps </IfModule> # # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. |
|
|
![]() ![]() |
![]() |
Aktualny czas: 2.10.2025 - 20:57 |