For convinience, Mivec Framework comes with a PHP script to perform some initial checking with your environment. After unpacking the distribution to Apache, point your browser to <mivec-directory>/mivectests/initial-tests.php.
This PHP script will do the following:
This script should give you an idea of what is available on the server, what you can do with it, and how you can secure your web application.
If you see nothing but an “Internal Server Error”, it means some configuration directives in .htaccess is not allowed. You may then look at Framework Configuration, comment out the sections and try accessing this test page again.
Because the script will create .htaccess files during the test, if you will be running this test on a Linux server, you may need to change all file and directory ownerships to HTTPD’s running user/group. For example
chown -R wwwrun.www mivec
« Prev: Files Layout Next: Setting up the Environment »