I use Kohana v=3.2 and want to access check.php that located on webroot
webroot
modules
application
system
index.php
check.php
.htaccess
but when I access domain.com/check.php, I found
HTTP_Exception_404 [ 404 ]: Unable to find a route to match the URI: check.php
Can anyone help so I can access the file domain.com/check.php ?
Below is the default .htaccess file (
example.htaccess
) that ships with Kohana.To enable your
check.php
file to be executed ensure that your .htaccess file contains the following lines at the bottom: