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 - Тарых жана география Навигация менюсу

Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company