Hi, I'm a newbie of sublimetext2.
I'm looking to implement this feature on a web project I'm working.
The project contains a lot of folders, an only a subfolder rappresents document root.
For example I have:
- Code: Select all
project - folder1
- public_html
On the sidebar I've tried configuring this way:
- Code: Select all
{
"/projectsDir/myproject/public_html":{
"url_testing":"http://myproject"
}
}
or
{
"/projectsDir/myproject":{
"url_testing":"http://myproject"
}
}
But when I press F12 the browser loads this url:
http://myproject/public_html/index.phpThere's a way to fix it?
Thank you