I have the following directory structure:
/app
/config
/controllers
/models
/views
/backend
/app
/controllers
/views
/public
/public
The frontend module's controllers are located at /app/controllers and the views at /app/views. Similar to the backend module, just the app directory is located at /backend/app.
Currently the frontend routing works but there seems problems identifying the backend module when I open example.com/backend. The controller "Controllers\Frontend\BackendController" could not be found.
I would say I have to edit the .htaccess files?
I'm glad if anyone could help me solving this problem.
P.S: Project is available on GitHub (https://github.com/tyurderi/teeworlds-dev)