Video Tutorial Uploaded
Now that we have finalized the logic of our application we will see how to put it online on shared hosting.
.htaccess
Options + FollowSymLinks -Indexes
RewriteEngine On
RewriteCond% {REQUEST_FILENAME}! -D
RewriteCond% {REQUEST_FILENAME}! -F
RewriteRule ^ index.php [L]