I want to code my website with encrypt in my URL address .
like famous website such as google.com
Ex.1
http://posting.google.com/post?cmd=post&justr=
Ex.2
http://127.0.0.1:4664/&s=yC1WvvwfhpLmt75SPkYGMFFgmsw
Ex.3
http://www.google.com/grphp?hl=th&tab=ig&q=
Ex.4
http://www.amazon.com/exec/obidos/tg...877977-2963806
Ex.5
http://www.amd.com/us-en/Connectivit...0_2330,00.html
Ex.6
http://www.yahoo.com/_ylh=X3oDMTB2MX...kZXgtaWU-/r/uf
My Example Above act like these
1. not show surname programming file ( such as .php .asp . jsp )
that i think it can be good security-way to protect my server ( my web
server from hacker ) caz hacker don't know what is web server at first
time they see my web site . May be more harder to cracker too.
2. some example don't show path or directory sir.
Any one Can help or suggest me about
1. How to do like this ?
2. How to write code to encrypt my url address on my website ?
3. How to be the advance display URL in these style ? sir
Thank you for advance .
Pratchaya
Allodoxaphobia <bi********@config.com> wrote in message news:<sl************************@shell.config.com> ...
On Sun, 10 Jul 2005 11:28:56 GMT, John Dunlop wrote: Pratchaya wrote:
http://posting.google.com/post?cmd=post&justr=
http://127.0.0.1:4664/&s=yC1WvvwfhpLmt75SPkYGMFFgmsw
http://www.google.com/grphp?hl=th&tab=ig&q=
it 's not show surname file ( .php .asp .html .others )
Anyone can suggest me ? sir
Without knowing more than what you've said, I'd suggest you
take a look at content negotiation - MultiViews on Apache
http://httpd.apache.org/docs-2.0/con...gotiation.html
or mod_rewrite
http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html
Or, for The Simple Case(s): .htaccess / redirect [permanent].
Ask Google.
Jonesy