Hello good afternoon,
I am having a big trouble on solving this issue.
First I send a request to my domain teste123.domain.com and then he redirects me to domain.com/wordpress?pagename=teste123.
So far so good... then the output is the wordpress 404 default page.
I put a die($_GET['pagename']) on the 404.php and the output is teste123 as expected. What is happening?
Thanks.