how to encode each link of my static website
I have a normal static website which was earlier in html but I converted
it to php. I have some menu in header.php of my website where hyperlinks
are present to navigate to different pages. I want that when my website
run on server no one can see the navigated pages i.e. I want to encode my
url. how can I do it.
e.g home I want to encode the href part so that no one knows the name of
the files I used.
No comments:
Post a Comment