Wow. New forums.
I am trying to use some Html snippet code (with the word "test" in it) on my web page (locally) and then testing them on a web proxy (
http://www.hide my ass .com) that connects back to my local server. But instead I am getting 404 file not found errors in places where my html code should be.
-----------
Not Found
The requested URL //Welcome_files/widget1_markup.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at
http://www.w2.hidemyass.com Port 80
-------------
I looked at the html code and found this
var widget1_htmlMarkupURL = ".//Welcome_files/widget1_markup.html";
Is there any way to make it into an absolute url or have some way for me to set a base url via the Web server or in iWeb? (ie: replaced the ".//" into an absolute URL?)
Thanks