Hello, I'm trying to set up htaccess, but it's not working. The htaccess file is this
RewriteEngine On
RewriteRule ^$ /desenvolvimento/uniseries/site/
RewriteRule ^index$ /desenvolvimento/uniseries/site/index.php
RewriteRule ^livros$ /desenvolvimento/uniseries/site/livros.php
RewriteRule ^humor$ /desenvolvimento/uniseries/site/humor.php
RewriteRule ^diversos$ /desenvolvimento/uniseries/site/diversos.php
RewriteRule ^contato$ /desenvolvimento/uniseries/site/contato.php
RewriteRule ^series$ /desenvolvimento/uniseries/site/series.php
RewriteRule ^filmes$ /desenvolvimento/uniseries/site/filmes.php
RewriteRule ^entrevistas$ /desenvolvimento/uniseries/site/entrevistas.php
Is something missing to set up? Remember that I use several folders, this would be the site, the admin does not have, only this page, I know this works, because I hired a programmer to do it for me, except that in other projects I can not configure it. Could you help me?