私のウェブサイトにはサブディレクトリがあります:
http://www.mysite.com/test/
私が持っている「テスト」ディレクトリ内:
index.php
included-inside-index-file.php
another-included-inside-index-file.php
script.php
さて、どうすればURLを.htaccessで書き換えて、次のように機能させることができますか?
http://www.mysite.com/test --> access index.php
http://www.mysite.com/test/beautiful-url --> access script.php?parameter=beautiful-url
http://www.mysite.com/test/included-inside-index-file.php --> 404 error
http://www.mysite.com/test/another-included-inside-index-file.php --> 404 error