02-24-2016, 03:27 PM
And just adding...
If you installed it on a live server (let's say userspice.org) then the path is /
If you installed it in a subfolder like userspice.org/demo then the path is /demo/
About the only time you don't put the first / is if you're on a localhost like WAMP. I forget what I had to put for XAMPP.
Finally, the reason for the path being in there 4 times is that the system can detect whether you are on localhost vs a live server and those two things can be in different folders... If you're doing something advanced you're welcome to do that, but I usually say keep it the same for simplicity sake.
If you installed it on a live server (let's say userspice.org) then the path is /
If you installed it in a subfolder like userspice.org/demo then the path is /demo/
About the only time you don't put the first / is if you're on a localhost like WAMP. I forget what I had to put for XAMPP.
Finally, the reason for the path being in there 4 times is that the system can detect whether you are on localhost vs a live server and those two things can be in different folders... If you're doing something advanced you're welcome to do that, but I usually say keep it the same for simplicity sake.