Our default site config is geared specifically towards Laravel, meaning that missing files get redirected to index.php. This creates some especially weird results with codeup.dev, and early on in the course. Some possible solutions:
- Move
codeup.dev/index.php to phpinfo.php and create an index.html thus dodging the rewrite
- Edit the config for
codeup.dev to not perform the rewrite
- Create a separate
site-create and laravel-site-create scripts with slightly different configs
None of these solutions strike me as being terribly ideal however.
Our default site config is geared specifically towards Laravel, meaning that missing files get redirected to
index.php. This creates some especially weird results withcodeup.dev, and early on in the course. Some possible solutions:codeup.dev/index.phptophpinfo.phpand create anindex.htmlthus dodging the rewritecodeup.devto not perform the rewritesite-createandlaravel-site-createscripts with slightly different configsNone of these solutions strike me as being terribly ideal however.