我试图让我的.htaccess文件与PHPDesktop一起使用,但.htaccess似乎不起作用。我看到可以隐藏文件中的特定文件settings.json,但似乎非常有限。有没有办法使用我的.htaccess文件而不是使用该settings.json文件?这是我用于.htaccess文件的内容:
RewriteEngine On
RewriteRule ^public/(.+) public/$1 [END] # allow direct access on public folder
RewriteRule ^ index.php [END] # anything else will be directed to index.php