Click to See Complete Forum and Search --> : Please help to protect my site adress...


motiejus
09-09-2007, 04:59 AM
I am beginner in programming. I want that my site adress will be protected (encoded). If my real site adress is www.newsite.com/new site/index.html and encoded will be something like this www.newsite.com/%20sadf783asd and if I want to copy this encoded adress and go again to site it will not work. Is any script that can make this?

Fang
09-09-2007, 05:10 AM
The obvious question is, Why?
Apache redirect (http://httpd.apache.org/docs/1.3/mod/mod_alias.html#redirect) is probably more appropriate.