.htaccess php_value include_path not working
问题 I have a small project in local. I'm working under Windows and with XAMPP. My file directory structure is: Root directory: C:\xampp\htdocs\routes Under this folder, I have my bootstrap.php with the configuration I want to initialize my project. Public folder: C:\xampp\htdocs\routes\htdocs Under this folder I have my index.php and my .htaccess . Inside this .htaccess I have the following configuration: php_value include_path .:/routes php_value auto_prepend_file bootstrap.php If I do a get