insert file in root folder (e.g. file will show as www.example.com/file

Silverstripe Version: 3.3.1

Question:
how to insert a txt file into SS root file? is it simply one level up from the mysite folder? (caveat: I don’t have access to the site’s server, but a colleague does).

Details of your query go here
This is to satisfy Google Analytics’ verification for an existing GA account (already implemented on the site), to which I dont have access to, but would like to (get verified):

https://support.google.com/analytics/troubleshooter/7264014?hl=en#ts=7271146

// Include any relevant code. If you have a lot of code, link to a gist instead.

Yes on SS3 the web root is one level up from mysite (i.e. it’s the directory that mysite resides in). Drop it in there and you should be good to go.

Thanks JonoM, appreciate the confirmation.