Hi,
In apache I am using UserDir to directly edit a site in my /home and not /var/www.
At the point that I write a script tag for jquery.js in the html doc, in the header, no other part of the html doc will display. For example if I write before the style sheet directive not even the background will show. If I move the script tag below the style sheet directive, the background shows but not any of the html in the page will display. If I remove the script tag, the page displays normally.
This did not happen when I became root and practiced with jquery under /var/www so I’m guessing this is some kind of safeguard for UserDir eg /home/public_html/,
but I have no idea what to do about it.
Thanks for any help.
I am using apache2 under Ubuntu.