Encode only part of url

liunx

Guest
Is it possible to encode every character of a url after the main domain name so our directory structure is less apparent? For example I'd like:<br />
<br />
<!-- m --><a class="postlink" href="http://www.mysite.com/admin/pagename.html">http://www.mysite.com/admin/pagename.html</a><!-- m --><br />
<br />
to become:<br />
<br />
<!-- m --><a class="postlink" href="http://www.mysite.com/%61%64%6D%69%6E%2F%70%61%67%65%6E%61%6D%65%2E%68%74%6D%6C">http://www.mysite.com/%61%64%6D%69%6E%2 ... 8%74%6D%6C</a><!-- m --><br />
<br />
When I try this, IE says it can't find the page even though the link in the status bar looks absolutely correct when I hover over the encoded link.<br />
<br />
Thanks,<br />
David<!--content-->
 
Back
Top