私のウェブサイト(テスト段階)であなたの助けが必要です。私はこの性質のファイルシステムを持っています...
www (root)
{
school { //main project folder
images //images folder
uploads //user uploads folder
JavaScripts //JS folder
CSS // css folder
includes //includes folder
index.php
contactus.php
aboutus.php
register.php
} //main project folder
} //www folder
ユーザーが次のようなことをしたときに、フォルダー システムを参照できないようにするにはどうすればよいですか。
http://127.0.0.1/school/css
http://127.0.0.1/school/images
http://127.0.0.1/school/includes
http://127.0.0.1/school/uploads
http://127.0.0.1/school/javascripts
助けてくれてありがとう....