Hi guys
The boilerplate documentation encourage you to put files that are shared between frontend and backend in the common directory.
However, the common directory contains an .htaccess file with "deny from all".
So how do you access your files in common?
I see the index.php file uses include_once, but that is used for individual files, not for an entire directory.
Thanx
The boilerplate documentation encourage you to put files that are shared between frontend and backend in the common directory.
However, the common directory contains an .htaccess file with "deny from all".
So how do you access your files in common?
I see the index.php file uses include_once, but that is used for individual files, not for an entire directory.
Thanx