ここに.htaccessファイルがあります
RewriteEngine on
RewriteCond $1 !^(index\.html|index.php|administrator|system|template|js|lib|favicon\.ico|robots\.txt)
RewriteRule ^(.*)$ /index.html?tpl=$1 [L]
Options +FollowSymlinks
ただし、次のすべてのフォルダーでは、それらに移動して PHP ファイルを表示することはできません。
|administrator|system|template|js|lib
ファイルを配置RewriteCond
することで、ユーザーは引き続きhttp://example.com/news/happy
index.php?tpl=etc などに移動できるようになると考えましたが、次のようなサブディレクトリに移動できなくなりました