Sarjuuk / aowow

Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
204 stars 217 forks source link

[Fix] .htaccess - php_value #211

Closed JustZerooo closed 3 years ago

JustZerooo commented 4 years ago

Newer PHP Version's don't use these php_values in .htaccess

Options -Indexes Not anymore used really!

Sarjuuk commented 4 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.

jackpoz commented 3 years ago

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

Sarjuuk commented 3 years ago

Added to Q/A in README.md in 60e3f62504af6aa59cb2540ba72db931cf34a6e4