404 not found! |
I am getting a 404 error from this GET
background.js:27 GET http://localhost/subit_backend.php 404 (Not Found) background.js:27 XHR failed loading: GET "http://localhost/subit_backend.php". var xhr = new XMLHttpRequest(); xhr.onerror = function() { alert('error'); }; xhr.open("GET", "http://localhost/subit_backend.php", true); xhr.send(jsonResponse["email"]); my Document Root in httpd.conf is: DocumentRoot "C:/xampp/htdocs/sub_crud" <Directory "C:/xampp/htdocs/sub_crud"> subit_backend.php is in my controllers directory. where is my path going wrong?
proof that an old dog can learn new tricks
|
Messages In This Thread |
404 not found! - by richb201 - 03-14-2018, 11:22 AM
RE: 404 not found! - by jreklund - 03-14-2018, 11:30 AM
RE: 404 not found! - by richb201 - 03-14-2018, 02:04 PM
RE: 404 not found! - by ciadmin - 03-14-2018, 03:20 PM
RE: 404 not found! - by richb201 - 03-14-2018, 03:56 PM
RE: 404 not found! - by ciadmin - 03-14-2018, 04:28 PM
RE: 404 not found! - by richb201 - 03-15-2018, 12:43 AM
RE: 404 not found! - by ciadmin - 03-15-2018, 01:54 AM
RE: 404 not found! - by richb201 - 03-16-2018, 07:19 AM
RE: 404 not found! - by ciadmin - 03-16-2018, 08:06 AM
RE: 404 not found! - by richb201 - 03-16-2018, 06:31 PM
RE: 404 not found! - by ciadmin - 03-16-2018, 09:19 PM
RE: 404 not found! - by richb201 - 03-17-2018, 02:45 AM
RE: 404 not found! - by jreklund - 03-17-2018, 05:16 AM
RE: 404 not found! - by richb201 - 03-17-2018, 07:07 AM
RE: 404 not found! - by jreklund - 03-17-2018, 08:27 AM
RE: 404 not found! - by richb201 - 03-18-2018, 06:59 AM
RE: 404 not found! - by InsiteFX - 03-18-2018, 02:20 PM
|