0

私のホストでは、サブフォルダー (test) を作成し、そこに test.php index.php を入れました。example.com/test example.com/test/test.php example.com/test/index.php にアクセスすると、すべてが表示されます

403 Forbidden

Access to this resource on the server is denied!
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!

ファイルを作成.htaccessしてテストフォルダーに入れたとき。ファイル (.htaccess) が空です。

example.com/test   example.com/test/test.php example.com/test/index.php,

しかし今、example.com/test この URL にアクセスできるようになったのはなぜですか?

4

1 に答える 1

0

上記のファイルにアクセスする権限がありますか? ただ、index.php はサブディレクトリではなく、プロジェクトのルートディレクトリに置いたほうがいいかもしれません。

于 2013-03-22T19:15:44.960 に答える