,
apache php5.4 under win
nginx1.10 php7.0 under ubuntu
Also send a configuration for nginx to support TP try_files $uri $uri/ @rewrite; <code class="prettyprint linenums lang-php">try_files $uri $uri/ @rewrite; <br>
location @rewrite {<br>
rewrite ^/index.php/(.*)$ /index.php?s=/; <br>
rewrite ^/(.*)$ /index.php?s=/; <br>
}
location @rewrite {
Rewrite ^/index.php/(.*)$ /index.php?s=/$1;
Rewrite ^/(.*)$ /index.php?s=/$1; } Yunqi Conference Beijing Station: It’s rare for Alibaba technical experts to appear on the scene. More than 100 people came this time? !