- Uncomment the following line:
LoadModule rewrite_module modules/mod_rewrite.so
- Update directory to public folder:
<Directory "/Applications/MAMP/htdocs/comp3013/public">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
XSendFilePath "/Applications/MAMP/htdocs"
</Directory>
Upload the 3 scripts found under the script folder with the following order:
- create.sql
- create_view.sql
- insert.sql