On 23/11/2005, at 2:10, Benjamin Jackson wrote:
Nope. Tried that already. Besides, it gives an absolute path that starts with /.
Did you try with tm-file:// ? The following works for me:
echo "<meta http-equiv='Refresh' content='0; URL=tm-file://localhost$ {HOME}/Sites/index.html'>"
And alternate way to redirect is btw via the html “support library” found in the TM_SUPPORT_PATH (first library “includes” (sources) the library):
. "${TM_SUPPORT_PATH}/lib/html.sh" redirect "tm-file://localhost${HOME}/Sites/index.html"