1

In htaccess, I want to block this;

http://localhost/mywebsite/src/config/db.php

but not this;

http://localhost/mywebsite/src/config/settings.php

THIS SOLVED;

<Files "db.php"> Order Allow,Deny Deny from all </Files>
keremoflu4
  • 111
  • 1
  • 11

0 Answers0