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é
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é
Bài liên quan
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.
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