Problem with .htaccess on amazon EC2

0

I'm migrating a site to Amazon EC2 (ubuntu with apache, php and mysql) and I'm having problems with link routes. My .htaccess file is basically like this:

RewriteEngine On
Options +FollowSymLinks 

RewriteRule ^fale-conosco/?$ faleconosco.php [NC,L]
RewriteRule ^galeria-de-fotos/?$ galeriadefotos.php [NC,L]
RewriteRule ^tarifas/?$ tarifas.php [NC,L]

When accessing the browser www.dominio.com.br/fale-conosco or /galeria-de-fotos normally opens, but the /tarifas link does not open (Not Found, The requested URL /tarifas was not found on this server.) , but if I put /tarifaS (some capital letter) the link works !!

Would anyone know a solution to this problem?

    
asked by anonymous 07.10.2016 / 16:39

0 answers