I don't know of anyway to force MAMP to use a subdirectory for local testing on my machine.
Why is the HTML editor deciding that the site root is up one directory from where it actually is. Why is it using /htdocs/ as the site root. I have dozens of sites /htdos/site1/ /htdocs/site2/ and so on...Shouldn't each site have it's own site root directory?
On the webserver it is set up the same way.
/public_html/ is eqivalent to my /htdocs/ folder
The full file paths are:
Local Machine: /htdocs/mysite/
Testing: /public_html/mysite/
Live site: /public_html/mysite.com
This doesn't make sense to me.