Hi,
I want to view a PHP Ajax driven site through XAMPP with Sublime text 2 in a browser.
Did install the sidebar and try to put in the proper path and code in the SideBarEnhancements.json file, but I am not sure how to do that.
I’ m on a windows 7 64 machine.
This is the path that shows up in the browser:
"///C:/xampp/htdocs/SUBLIME-text2/mywebsite/index.php
The code example to put the path in:
{
“/Applications/XAMPP/xamppfiles/htdocs/myWebSite”:{
“url_testing”:“http://localhost/myWebSite”
}
}
Can someone please show me the whole code I have to write with my path in it!? Because what ever I try it doesn’t work.
Thanks in advance! David