Nginx
-
Hello,
When I try to activate your plugin, it tells me that it can’t update “nginx.conf” so I have to do it myself.
I have to put that :
location / {
rewrite ^newloginurl/?$ /wp-login.php break;
rewrite ^postpass/?$ /wp-login.php?action=postpass break;
rewrite ^logout/?$ /wp-login.php?action=logout break;
rewrite ^lostpassword/?$ /wp-login.php?action=lostpassword break;
rewrite ^resetpass/?$ /wp-login.php?action=resetpass break;
rewrite ^register/?$ /wp-login.php?action=register break;
}But when I put it in my domain config, it doesn’t work. I cannot connect neither to wp-admin and newloginurl.
Have you an idea about how I can resolve it?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Nginx’ is closed to new replies.