I have an include folder which also contains the bootstrap.min.css and bootstrap.min.js in the directory localhost/project/include
. My localhost/project/index.php
or simply localhost/project
is a login form that I created which calls the designs rom the localhost/project/include
. My htaccess located in localhost/project/include
has a deny from all
. But the problem is that if I try to call the link and scripts through link href
and script src
, htaccess blocks it which makes my login page look horrid.