These files represent the content that has been modified during the tutorial.
To better understand the context, go through the video and/or written tutorial.
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteRule ^(.*)$ public/$1 [L] | |
| </IfModule> | |
| <Files .env> | |
| Order allow,deny | |
| Deny from all | |
| </Files> | |
| <Files config> | |
| Order Deny,Allow |
These files represent the content that has been modified during the tutorial.
To better understand the context, go through the video and/or written tutorial.