I have a Wordpress site installed in the root and a work order manager in a folder called /Sistema
.
The problem is that when I type www.meudominio.com.br/sistema/
, you are redirecting to page 404 from Wordpress.
The .htaccess
of Wordpress looks like this:
# BEGIN WordPress
# END WordPress
What would I have to do to be able to access this folder through the browser?