472,123 Members | 1,344 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,123 software developers and data experts.

How to encrypt URL Address ?

How to encrypt URL Address ?

==============================
Now i 'm play about PHP language .
and now i want ot know how to " advance url display "
like encrypt URL Address in browser ( IE , Opera , others )

like Display ::

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
Thank you for advance
Pratchaya
Jul 17 '05 #1
6 21993
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

--
Jock
Jul 17 '05 #2
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
--
Marvin L Jones | jonz | W3DHJ | linux
Pueblo, Colorado | @ | Jonesy | OS/2 __
38.24N 104.55W | config.com | DM78rf | SK
Jul 17 '05 #3
Allodoxaphobia wrote:
Or, for The Simple Case(s): .htaccess / redirect [permanent].
Oh, if there's a new address involved, and you want to
redirect requests from the old one, fine.

Would you say a redirect is called for when you're setting up
addresses to begin with? I'll spare you my opinion.
Ask Google.


I ask Google lots - like what your name means - yet he never
asks me once. It's a one-way conversation with that Google.

--
Jock
Jul 17 '05 #4
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

Jul 17 '05 #5
Pratchaya wrote:
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.
There are much greater vulnerabilities than these. SQL injection, weak
passwords and a bunch more. Telling someone you're using PHP or ASP, for
instance, isn't that helpful. And if you have other vulnerabilities, they'll
find out anyway.
2. some example don't show path or directory sir.

Look up mod_rewrite and .htaccess.
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


I wouldn't bother. Unless you really know what you're doing, you're likely to
create more vulnerabilities than you hide.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Jul 17 '05 #6
Thank you very much Sir.
Pratchaya
Jerry Stuckle <js*******@attglobal.net> wrote in message news:<ap********************@comcast.com>...
Pratchaya wrote:
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.


There are much greater vulnerabilities than these. SQL injection, weak
passwords and a bunch more. Telling someone you're using PHP or ASP, for
instance, isn't that helpful. And if you have other vulnerabilities, they'll
find out anyway.
2. some example don't show path or directory sir.


Look up mod_rewrite and .htaccess.

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


I wouldn't bother. Unless you really know what you're doing, you're likely to
create more vulnerabilities than you hide.

Jul 17 '05 #7

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Alan Murrell | last post: by
4 posts views Thread by Gary Townsend (Spatial Mapping Ltd.) | last post: by
8 posts views Thread by Declan Barry | last post: by
1 post views Thread by Y Store Tools | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.