Hi - I just installed CodeStriker on my local machine but can't get the URLs
in the <a href> tags to format properly. For example, they keep showing up
as:
<a href="http%3A%2F%2Flocalhost%2Fcodestrikerhtml/x339.html">
instead of:
<a href="http://localhost/codestrikerhtml/x339.html">
The problem is that this causes both Firefox and IE to interpret the URLs as
relative, so the above actually sends you to "
http://localhost/codestriker/http://localhost/codestrikerhtml/x339.html",
which is of course invalid and spits out a 404 error.
If it helps, I am running on Windows XP, Apache 1.3, and ActivePerl
5.8.7build 813.
Any ideas what the problem could be?
Thanks,
John Radke
|