少年恃险若平地,独倚长剑凌清秋。这篇文章主要讲述编辑后000webhostapp .htaccess错误相关的知识,希望能为你提供帮助。
【编辑后000webhostapp .htaccess错误】我目前正在使用000webhostapp.com上的免费帐户,当我打开文件管理器时,它已经有了一个.htaccess文件,我正在尝试用.htpasswd和.htaccess保护我的index.html密码
AuthType Basic
AuthName "Password Protected Area"
AuthUserFile /public_html/tristan.htpasswd
Require valid-user<
Files "index.html">
Require valid-user<
/Files>
但它已经有一个无法编辑的文件
# HTID:4294076: DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES BELOW
php_value display_errors 1
# DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES ABOVE HTID:4294076:
当我试图把第一个代码放在它下面
(im still not popular enough, so click here to view the image)
它错了
click to view the errors
我用Google搜索了几个小时,我找不到任何东西。
答案
Require
指令不能与<
files>
在同一行,否则会出现语法错误。所以把它放在一个新的行。AuthType Basic
AuthName "Password Protected Area"
AuthUserFile /public_html/tristan.htpasswd
Require valid-user
<
Files "index.html">
Require valid-user
<
/Files>
推荐阅读
- Xamarin Android在方向改变上保持内容
- target'MonoAndroid,Version = v6.0'项目依赖项
- 将Xamarin.Android应用程序迁移到Xamarin.Forms应用程序
- 如何使Xamarin Forms App自动更新()
- Xamarin | Android |自定义键盘Android.Views.KeyCode
- 更新rails app中的手动数据库更改
- Rails 4.2常量 - 放置它们的位置(application.yml vs custom config file.rb)
- Rails - 致命(数据库“myapp_development”不存在)
- 查找使用@RequestMapping注释的函数的完全限定URL