1

I want to restrict access to a folder on my server so that visitors may only access the contents (a web application) via links in the same domain. Can I do this using .htaccess? To be clear, I simply want to prevent direct access to the contents so that visitors are routed through other pages on my website in order to get there.

4

1 に答える 1

0

URLを書き換えたいと思います。単一のエントリポイント(つまり、インデックスページ)を指すようにすべてのURLを書き直し、ルートをGET変数(つまりindex.php?r=css/file.css)として設定します。

このようにして、何がどこに行くかを完全に制御し、includeそれに応じてユーザーをリダイレクトすることができます。

于 2012-04-29T21:46:58.580 に答える