in goDaddy hosting i worked all the urls like this
img src="/img/resources/yyyy.jpg"
but right now im working in local mode with xampp and doesnt work until i change the url to this
img src="img/resources/yyyy.jpg
when i finished the project in goDaddy hosting every url i write i done it with the "/" at first
but right now with xampp in local mode i have to remove the "/" to make it work again
and i dont want to change every url of my project its a lot of work