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>
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>