Moving the System Directory Above Webroot
- 1 - Installation.......
- 2 - Let’s Create a Channel.......
- 3 - Let’s Create a Template.......
- 4 - Using File Fields Part 1: Set Up.......
- 5 - Using File Fields Part 2: Templating.......
- 6 - DRY Template Layouts and Partials.......
- 7 - Moving the System Directory Above Webroot.......
- 8 - Variable Modifiers.......
- 9 - Working with Categories.......
- 10 - Working with Relationships.......
- 11 - Partials, Embeds, Variables.......
- 12 - Let’s Create a Channel Layout.......
- 13 - Routing.......
- 14 - Contact Form.......
- 15 - Adding A 404 Page.......
In this video, we will walk through a simple security step to make your site more secure, but moving the system
folder outside of the webroot of ExpressionEngine.
What We Do
- Change our EE Structure to move the public files to a
public
folder - Change our EE index.php and admin.php files to look at the changed structure
- Fix our upload directories
Code Snippets
None in this lesson
Links
- ExpressionEngine Best Practices: https://docs.expressionengine.com/latest/installation/best-practices.html
- See all of the site build in action in the Learn EE git repository