I developed a website, now I need to create an "ADM" to control it.
These are the main site files:
I created a folder called adm
in the same directory as the other files and thought about putting all the code from the ADM site there, however, I'm using the Bootstrap Framework and would like to know if I put all the Bootstrap files inside that folder ADM and do it all again or if inside this folder I can create my index.php
and when to call css / js. Could I just sort the path to the folder already in the previous directory?
If the best option is to redirect the paths to the previous directories, should I create a specific CSS for the adm site, since I already have a specific CSS for the called site that is the estilo.css
?