开发者

HTACCESS Password protecting a specific URL

开发者 https://www.devze.com 2023-02-01 12:27 出处:网络
I am using .htaccess to rewrite URL\'s, so the url for 开发者_Python百科 www.mypages.com/home would map to

I am using .htaccess to rewrite URL's, so the url for

开发者_Python百科
 www.mypages.com/home 

would map to

 www.mypages.com/index.php?page=home 

I have the url

 www.mypages.com/secure 

that I wish to protect using standard .htaccess password protection, is there anyway I can secure just this page?

Thanks in advance

John

0

精彩评论

暂无评论...
验证码 换一张
取 消