Publishing as URL

Publishing as URL

Hi,

Lets say I have a document called 'Fred' and after saving it, I publish it to the external world.

It works fine and I get a link like:

<script
 src="http://export.writer.zoho.com/corporate/......./......../fred/script";
></script>

However if I then choose to cancel that publish intstruction, then delete 'Fred' alltogether, then create a brand new document in ZWriter called 'Fred' and save it again, and publish again, I now get a link like:

<script
 src="http://export.writer.zoho.com/corporate/......../......./fred1/script";
></script>

Which I don't want. What has it appended a '1' onto my file name. I can't have it like this....it should remain as 'Fred'

How can this be fixed?

Unfortunately this is urgent, since the published URL is embedded in a web page that is already hosted on  and it already points to 'Fred', not 'Fred1'.....and I cannot change it's html without redeploying!

Thanks

Luke