php have 501 error in site, but works ok in another site, which 2 sites are in same server, why? [on hold]Why does my WHICH PHP have a different value than WHEREIS PHP?PHP webmail client, but which server?Why are php files coming up 404 from IIS6 when they work OK the default site?php include path errors: Same code works on Ubuntu default Apache and php conf, but not on CentOSPlesk RHEL - email not received when originating from IP other than my serverIIS8: Multiple Sites pointing to same physical folder, but each with different PHP versionPHP script works on local MAMP server but not IIS 8 serverNginx server block not workingMultiple domain server, sendmail working erraticallyERROR 500 - Internal server error on PHP Sites

How to prevent "they're falling in love" trope

Can I run a new neutral wire to repair a broken circuit?

Is it inappropriate for a student to attend their mentor's dissertation defense?

What mechanic is there to disable a threat instead of killing it?

How seriously should I take size and weight limits of hand luggage?

Size of subfigure fitting its content (tikzpicture)

Assassin's bullet with mercury

Cursor Replacement for Newbies

Can my sorcerer use a spellbook only to collect spells and scribe scrolls, not cast?

Im going to France and my passport expires June 19th

How do I gain back my faith in my PhD degree?

Alternative to sending password over mail?

Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

Could the museum Saturn V's be refitted for one more flight?

Should I cover my bicycle overnight while bikepacking?

All in one piece, we mend holes in your socks

Avoiding the "not like other girls" trope?

ssTTsSTtRrriinInnnnNNNIiinngg

Avoiding direct proof while writing proof by induction

Ambiguity in the definition of entropy

Do UK voters know if their MP will be the Speaker of the House?

How dangerous is XSS?

Arrow those variables!



php have 501 error in site, but works ok in another site, which 2 sites are in same server, why? [on hold]


Why does my WHICH PHP have a different value than WHEREIS PHP?PHP webmail client, but which server?Why are php files coming up 404 from IIS6 when they work OK the default site?php include path errors: Same code works on Ubuntu default Apache and php conf, but not on CentOSPlesk RHEL - email not received when originating from IP other than my serverIIS8: Multiple Sites pointing to same physical folder, but each with different PHP versionPHP script works on local MAMP server but not IIS 8 serverNginx server block not workingMultiple domain server, sendmail working erraticallyERROR 500 - Internal server error on PHP Sites













0















I run a php contact form (https://www.aaronfagan.ca/blog/2015/php-contact-form-with-html-emails-optional-captcha-anti-spam/) on my 2 sites.



A site shows me 501 Method Not Implemented error after I submit test form.



B site sending and receiving are OK.



only difference of the php in the 2 sites is the define('EMAIL_TO', 'mail@example.com'); part, A site to info@a.com, B site to info@b.com.



A and B just addon domain to a same server, but point to different folder.



what's the likely problem the 501 happens on A site? and how can I get this fixed?



I am on php 5.6 server.



thanks.










share|improve this question







New contributor




user3127293 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as off-topic by Michael Hampton 2 days ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.











  • 1





    What was the method? What was in the logs?

    – Michael Hampton
    2 days ago











  • I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.

    – user3127293
    yesterday
















0















I run a php contact form (https://www.aaronfagan.ca/blog/2015/php-contact-form-with-html-emails-optional-captcha-anti-spam/) on my 2 sites.



A site shows me 501 Method Not Implemented error after I submit test form.



B site sending and receiving are OK.



only difference of the php in the 2 sites is the define('EMAIL_TO', 'mail@example.com'); part, A site to info@a.com, B site to info@b.com.



A and B just addon domain to a same server, but point to different folder.



what's the likely problem the 501 happens on A site? and how can I get this fixed?



I am on php 5.6 server.



thanks.










share|improve this question







New contributor




user3127293 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as off-topic by Michael Hampton 2 days ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.











  • 1





    What was the method? What was in the logs?

    – Michael Hampton
    2 days ago











  • I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.

    – user3127293
    yesterday














0












0








0








I run a php contact form (https://www.aaronfagan.ca/blog/2015/php-contact-form-with-html-emails-optional-captcha-anti-spam/) on my 2 sites.



A site shows me 501 Method Not Implemented error after I submit test form.



B site sending and receiving are OK.



only difference of the php in the 2 sites is the define('EMAIL_TO', 'mail@example.com'); part, A site to info@a.com, B site to info@b.com.



A and B just addon domain to a same server, but point to different folder.



what's the likely problem the 501 happens on A site? and how can I get this fixed?



I am on php 5.6 server.



thanks.










share|improve this question







New contributor




user3127293 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I run a php contact form (https://www.aaronfagan.ca/blog/2015/php-contact-form-with-html-emails-optional-captcha-anti-spam/) on my 2 sites.



A site shows me 501 Method Not Implemented error after I submit test form.



B site sending and receiving are OK.



only difference of the php in the 2 sites is the define('EMAIL_TO', 'mail@example.com'); part, A site to info@a.com, B site to info@b.com.



A and B just addon domain to a same server, but point to different folder.



what's the likely problem the 501 happens on A site? and how can I get this fixed?



I am on php 5.6 server.



thanks.







php






share|improve this question







New contributor




user3127293 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




user3127293 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




user3127293 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









user3127293user3127293

1




1




New contributor




user3127293 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





user3127293 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






user3127293 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as off-topic by Michael Hampton 2 days ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.







put on hold as off-topic by Michael Hampton 2 days ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "Questions seeking installation, configuration or diagnostic help must include the desired end state, the specific problem or error, sufficient information about the configuration and environment to reproduce it, and attempted solutions. Questions without a clear problem statement are not useful to other readers and are unlikely to get good answers." – Michael Hampton
If this question can be reworded to fit the rules in the help center, please edit the question.







  • 1





    What was the method? What was in the logs?

    – Michael Hampton
    2 days ago











  • I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.

    – user3127293
    yesterday













  • 1





    What was the method? What was in the logs?

    – Michael Hampton
    2 days ago











  • I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.

    – user3127293
    yesterday








1




1





What was the method? What was in the logs?

– Michael Hampton
2 days ago





What was the method? What was in the logs?

– Michael Hampton
2 days ago













I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.

– user3127293
yesterday






I am really an newbie on server, I am in an shared server, don't know if there is log for this, and don't know where can I get the logs. Regarding the method, it shows on the error message, but didn't mention what exactly what is it. :( Sorry. Maybe I should post this in an more amateur site.

– user3127293
yesterday











0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070