我制作了一个酒精网站, 这个网站拥有年龄验证愿望的网关, 称为默认 。 html 是一个它在我网络空间的根部 。 我使用过两个索引文件的Joomla, 一个来自根文件夹, 另一个来自我使用的模板 。 现在我知道可以使用. htaccess 文件限制直接访问权限, 但我的问题是, 我应该把它放在根文件夹或模板文件夹里吗?
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...