Closed JustZerooo closed 3 years ago
i haven't found anything conclusive about this being phased out. Not from apache.org or php.net at any rate.
In any case some replacements would be needed.
Newer PHP Version's don't use these php_values in .htaccess
they do, you just need to make sure .htaccess files are not ignored. For example with Apache you need to edit apache2.conf and set AllowOverride All
(or whatever AllowOverride you want) on the folder where aowow is.
Tested on Ubuntu 21.10 with PHP 8.0.8 and Apache 2.4.48
Added to Q/A in README.md in 60e3f62504af6aa59cb2540ba72db931cf34a6e4
Newer PHP Version's don't use these php_values in .htaccess
Options -Indexes Not anymore used really!