You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to view a .php page in the browser with sublime-text 3 and xampp.
This is my SideBarEnhancements.json:
{
"folders":
[
{
"path": "C:/xampp/htdocs/mywebsite-folder"
}
],
"settings": {
"sublime-view-in-browser": {
"baseUrl": "http://localhost",
"basePath": "C:/xampp/htdocs/mywebsite-folder"
}
}
}
Some help would be much appreciated!
Thanks and regards,
David
The text was updated successfully, but these errors were encountered:
Hi,
Try to view a .php page in the browser with sublime-text 3 and xampp.
This is my SideBarEnhancements.json:
{
"folders":
[
{
"path": "C:/xampp/htdocs/mywebsite-folder"
}
],
"settings": {
"sublime-view-in-browser": {
"baseUrl": "http://localhost",
"basePath": "C:/xampp/htdocs/mywebsite-folder"
}
}
}
Some help would be much appreciated!
Thanks and regards,
David
The text was updated successfully, but these errors were encountered: