Abra o terminal e digite:
apache2 -v
-v
Imprime a versão do apache2 e depois sai.
como descobrir a versão do servidor Apache instalada no Ubuntu 14.04?
Abra o terminal e digite:
apache2 -v
-v
Imprime a versão do apache2 e depois sai.
eu removi este bloco de código e agora ele funciona..pode ser um conflito?
<Location />
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{HTTPS} off
# RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R]
</Location>