09/10/2018, 18:03

Hỏi về dấu file và Newsletter

Có ai biết cách giấu file trên thanh addres của IE không, ví dụ địa chỉ thật của tôi là http://www.diendantinhoc.com/newthre...newthread&f=21 thì tôi chỉ muốn trên thanh Address của IE chỉ hiện là http://www.diendantinhoc.com/?do=newthread&f=21. Tức là nó giấu tên file newthread.htm đi đó

Và tôi muốn làm 1 cái newletter như của hive mail hoặc WinZip thì làm thế nào. Bạn có thể xem ở đây http://hivemail.com ở góc dưới cùng bên tay phải đó. Ai biết chỉ giúp nhé
Helper viết 20:16 ngày 09/10/2018
I don't know what language you are talking about here but with Java you can do it via servlet. When you use servlet class as a controller, it doesn't show the html file. Then use security in Java J2EE to block ananymous users from accessing to your web page without logging in, for example.

Now I tell you the principle of maintaining state. It relates to your question. Maintaining state can be done via:

(a) URL query string

(b) cookies

(c) cache, and

(d) session object

What you did in your URL is called a query string which you pass a key with value over web pages. If you don't want users to know the string then use other options I listed above. Both .NET and J2EE have session object which allow you to save data and pass it over to other pages.

I am a web developer in J2EE, .NET and Perl. I am a new comer just coming in here to help people. If you want to know more about me please go to the introduction thread. Let me know if you want any more questions. Sorry I can't write technical things in Viet because I learned everything in English.
Hynohun viết 20:10 ngày 09/10/2018
nè, Helper bạn không cần phải phô trương tiếng Anh trong mỗi bài viết của mình đâu, ddth có sẵn 1 box English , bạn có thể vào đó mà 'biểu diễn', đề nghị bạn trả lời bằng tiếng việt cho các box khác.
Helper viết 20:14 ngày 09/10/2018
I sincerely apologize to you. After this message I will not write English again. Please forgive me for having done this.
viết 20:17 ngày 09/10/2018
Có ai biết thì trả lời dùm tôi đi, nói ba lăng nhăng cái gì thế
pixelart viết 20:13 ngày 09/10/2018
ko biết trình độ tiếng anh của helper đến đâu mà sao cứ phô trương hoài thế , nhưng chắc là gioi hơn pix gòi
viết 20:15 ngày 09/10/2018
Mấy người này kỳ quá, sao không giúp tôi mà vào đây cãi nhau vậy
pixelart viết 20:09 ngày 09/10/2018
Nếu hổng lầm nữa thì xài cái này nè (MOD REWRITE) , xài như cho dạng directory detail/abcdef :

RewriteEngine On
RewriteRule ^/detail/([^/.]+)/?$ /detail/detail.php?id=$l [T=application/x-httpd-php,L]

copy đoạn code trên vào file .htaccess rồi upload lên host là ok thôi

--> nói nhìu mà ko biết đúng ko
pixelart viết 20:11 ngày 09/10/2018
hoặc bạn coi chi tiết ở http://www.vietphp.info/tutorials/4/
viết 20:10 ngày 09/10/2018
Hic, khổ quá. Mình dùng ASP cơ mà. đâu có sài được file .htaccess
Bài liên quan
0