由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - how to add password protection using Dreamweaver?
相关主题
另一个问题,关于.htpasswd的怎样给webpage 里的一个文件设密码
再问一个问题:password protectedabout .htaccess
[转载] htpasswd【求指点】导师问我怎么在网页中加个password
question about web security. thanks!question: disable the index page browsing for apache
怎样使UNIX下homepage目录下的内容ubuntu 环境下安装wordpress, 域名设置问题求教!
How to use this htpasswd ?[转载] Recommend me a good Dreamweaver book please
Any other ways to add password protection on NT server?comparison of homepage development tools???
请教高手:如何在html中创建link直接连到目录想学网页设计。。
相关话题的讨论汇总
话题: password话题: homepage话题: add话题: protection
进入BuildingWeb版参与讨论
1 (共1页)
y*********d
发帖数: 1013
1
I want to protect my personal homepage by password. The homepage can be
visited only if visitors input a correct password. I wonder how I can
realize that in Dreamweaver?
Thank you.
l*****a
发帖数: 166
2
可以吗?好像不行吧。要在server端设置?

【在 y*********d 的大作中提到】
: I want to protect my personal homepage by password. The homepage can be
: visited only if visitors input a correct password. I wonder how I can
: realize that in Dreamweaver?
: Thank you.

c***c
发帖数: 21374
3
dreamweaver做不了
要服务器端编程

【在 y*********d 的大作中提到】
: I want to protect my personal homepage by password. The homepage can be
: visited only if visitors input a correct password. I wonder how I can
: realize that in Dreamweaver?
: Thank you.

y*********d
发帖数: 1013
4
服务器端编程怎么做?

【在 c***c 的大作中提到】
: dreamweaver做不了
: 要服务器端编程

c***c
发帖数: 21374
5
问题太泛
自己搜索
自己学习

【在 y*********d 的大作中提到】
: 服务器端编程怎么做?
l*******9
发帖数: 177
6
There is one damn easy way to do this, as long as you can control
your httpd.conf or .htaccess, add just four lines:
AuthType basic
AuthName "pswd protect region"
AuthUserFile /path/to/htpswd
Require valid-user
in /path/to/my_protected_dir/.htaccess or in

....

of your httpd.conf....then in your shell, type
htpasswd -c /path/to/htpswd yellowchild
to generate username-password pairs...
This is by far the easiest way to fit your needs..
Other way

【在 y*********d 的大作中提到】
: I want to protect my personal homepage by password. The homepage can be
: visited only if visitors input a correct password. I wonder how I can
: realize that in Dreamweaver?
: Thank you.

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
想学网页设计。。怎样使UNIX下homepage目录下的内容
how to get pop window to ask for password without showing my index pageHow to use this htpasswd ?
How to add the password to a homepage?Any other ways to add password protection on NT server?
在dreamweaver里, 如何使生成的页面固定在ie 界面的中间。请教高手:如何在html中创建link直接连到目录
另一个问题,关于.htpasswd的怎样给webpage 里的一个文件设密码
再问一个问题:password protectedabout .htaccess
[转载] htpasswd【求指点】导师问我怎么在网页中加个password
question about web security. thanks!question: disable the index page browsing for apache
相关话题的讨论汇总
话题: password话题: homepage话题: add话题: protection