我有一个主机(Linux Apache服务器)和域名
它包含一个名为 public-html 的文件夹,我可以在其中放置index.html或index.php文件作为网站
我没有在其中放置任何index.html或index.php文件,而是在 public-html 之前放了一个文件夹,并创建了一个名为 mYDatabase
的文件夹。
我使用此文件夹将 SQLite数据库放在此处
我将php代码放在 mYDatabase 旁边的名为 mYPhpCode 的文件夹中,并在其中放置一些php代码
PHP代码可用于在SQLite数据库中写入记录和从SQLite数据库读取记录
The Question is as following:
Can I give read and write access to mYDatabase folder?
Is it a security dangerous work or not?
换句话说,我的意思是从安全角度来看,在 public-html 文件夹为真之前授予对文件夹的读写权限吗?