이 htaccess로 파일을 편집하지 않고 간단한 솔루션을 볼 수 없습니다합니다.
폴더에 새 index.html 또는 index.php 파일을 만들고이 줄을 본문에 씁니다. HTML에서
<?php
header("Location:../index.php");
?>
: PHP에서
차단할 수
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://www.yourDomainName.com">
<script language="javascript">
window.location.href = "http://youDomainName.com"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow the <a href='http://www.yourDomainName.lk'>link to Your domain name home page</a>
</body>
</html>
이 방법에서
www.yourDomain.com/img
폴더
www.yourDomain.com/css
폴더와 다른 폴더는 쉽게 액세스를 거부하고 싶습니다. 나는 해커가이 파일을 우회 할 수 있는지 아직도 모르지만 이것은 간단한 해결책이다. 이것을 시도하고 자신에 대한 답변을보십시오.