Forum Moderators: open
for example with md5 you can rewrite a string so the end-user can not really guees where the file is situated.
It is a form of encoding an decoding a string. Use server-side languages eg php to achieve this also mod_rewrite , a apache php module is used also
eg link <a href="/mypage.php?fss2e12fs4ef1sgg"></a>
where mypage.php?fss2e12fs4ef1sgg refers to eg mypage.php?action=login
Hope this helps somehow
By starting off using HTML index files, and never including the index file filename in the links (end with the folder name followed by a trailing / on the URL), you will always be able to use the same URL to access the content whatever technology you decide to use in the future.