在XAMPP上配置虚拟主机后找不到URL

I have a $.get() AJAX call to response.php but after configuring a virtual host on XAMPP I get this error :

jquery.js:9631 GET http://mipl.local/response.php?operation=delete_node&code=Power_source&text=fsfsfsssddfsfs 404 (Not Found)

'mipl.local' is the server name after configuration. Here is my code where I make the AJAX call:

$.get('response.php?operation=delete_node', { 
 'code': data.node.parent,
 'text': data.node.text 
});

Any suggestions please?

I fixed the problem with adding the global url not the short one