Hello. Supose that i have this script:
<?php
require_once("lib.php");
lib_function();
?>
I want to know if there is a way to call the lib.php library from the
.htaccess instead of the PHP script?
Thanks.
Hello. Supose that i have this script:
<?php
require_once("lib.php");
lib_function();
?>
I want to know if there is a way to call the lib.php library from the
.htaccess instead of the PHP script?
Thanks.