我试图让我的.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