NGINX
-
I do not know how to setup this plugin with nginx (htacces is not working there). Could you help me please? What should i add to server block?
When i transfer .htaccess to nginx server block it is not working.
My page https://remin.nextvision.cz/ (https://remin.nextvision.cz/en/)
TRANSFER CODE from .htaccess:
location / {
rewrite ^/([_0-9a-zA-Z-]+/)?wp-admin$ /$1wp-admin/ redirect;
if (-e $request_filename){
rewrite ^/([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) /$2 break;
}
rewrite ^/([_0-9a-zA-Z-]+/)?(.*\.php)$ /$2 break;
rewrite ^(.*)$ /index.php break;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘NGINX’ is closed to new replies.