Say, if I have a dir directory in a root directory on the server with index.php file in it, can I set up that index.php to be called for any of the following links: Sorry, I’m not sure how to call this, but basically so that the last segment of the URL was passed into index.php script that is in
Tag: dreamhost
Reloading .env variables without restarting server (Laravel 5, shared hosting)
My Laravel 5 has run OK until the database was configured, then found this error: Doing some research it seems that I configured MySQL access too late, so I should restart the server in order to get the correct environment variables. Well, I’m using Dreamhost’s shared server and I just can’t do that. How should I fix this issue? Thanks