You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But we can load it in the nginx.conf, so we don't have any php file in the root.
And we don't need to load any php file.
Also we can place the complete file in start.php, because will load only one time, and will not be redeclaration of constants or classes.
Uh oh!
There was an error while loading. Please reload this page.
Before
We saw, how to include all in the
index.php
After
But we can load it in the
nginx.conf
, so we don't have any php file in the root.And we don't need to load any php file.
Also we can place the complete file in start.php, because will load only one time, and will not be redeclaration of constants or classes.
start.php
(outside of the root)In the
nginx.conf
The text was updated successfully, but these errors were encountered: