• Resolved RezaY

    (@mohammad983)


    Hi guys.
    I used enginx for WP MULTISITE.
    mydomain.com/en
    mydomain.com/fr

    I put these code in direcadmin

    location / {
    try_files $uri $uri/ /index.php?$args;
    }
    
    location ~*  \.(jpg|jpeg|png|gif|ico|css|js)$ {
       expires 365d;
    }
    

    should I put something more?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How To Rewrite Nginx For WP Multi-Language’ is closed to new replies.