Hi, Guys.
This aaPanel is awesome.
I am using Nginx Setup on my server, and when I create a new website from Website > Configuration > URL rewirte.
And set URL rewirte to Wordpress, it doesn't work.
Actually worked once, the first time that I used this options, but when add the second and the third sites did not worked.
And I removed and reinstall aaPanal, tried to remove all dependencies installed again, reinstall Nginx and php, and nothings seems worked.
I dont know how to fix the bug, but I started digging in the Nginx configuration file to see where is the place that´s create the config.
And I found, Now I am paste the redirect code directly in the file that was created. But is showing empty.
The file is Like: domainname.com.conf
On my case, the file is located at: /www/server/panel/vhost/rewrite
Thats was my solution for the moment.
Then I paste the code that was supposed to be in the file.
location /
{
try_files $uri $uri/ /index.php?$args;
}
And works Fine.
Thanks All Folks, just wanted to report this bug and show my solution.
Sorry for my bad english.