Hi,
someone else may have stumbled into this, too.
Tried to install 7.4.3 to my firm’s Centos 5.10 server. All went fine until the end of installation where the server churned out a Server Internal Error 500.
I found this “Redirect not allowed here” error in the httpd error log. After some Googling I found
http://stackoverflow.com/questions/6995545/htaccess-rewriteengine-not-allowed-here
Changing “AllowOverride None” to “AllowOverride ALL” in the Directory section of my httpd.conf fixed the problem.
For what it is worth,
Timo