Viewing 1 replies (of 1 total)
  • Thread Starter teewee

    (@teewee)

    OK I finally find a way by myself

    open your nginx conf file and add into your server { …. } part :

    rewrite ^(.*/)?(THE_SLUG_YOU WANT)(/.*)?$ /$1$3?VirtualThemePath=$2 last;

    Add a new line for each slug you want .

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Virtual Theme] rewrite with NGINX ?’ is closed to new replies.