<p><br>
Am 13.04.2012 09:14 schrieb "Ian M. Evans" <<a href="mailto:ianevans@digitalhit.com">ianevans@digitalhit.com</a>>:<br>
><br>
> On Thu, April 12, 2012 8:20 am, Edho Arief wrote:<br>
> > Sorry, seems like location ^~ /ournewblog/ will also do the job.<br>
><br>
> Hmm...already encountered one issue:<br>
></p>
<p>Try </p>
<p>> location ^~ /ournewblog/ {</p>
<p>try_files $uri $uri/ /ournewblog/index.php?q=$uri;</p>
<p>>  location ~ \.php$ {<br>
>    fastcgi_pass <a href="http://127.0.0.1:10004">127.0.0.1:10004</a>;<br>
>  }<br>
> }<br>
><br>
> Just started the install and it duplicates the admin subdirectory links so<br>
> we get:<br>
><br>
> <a href="http://www.example.com/ournewblog/wp-admin/wp-admin/setup-config.php">http://www.example.com/ournewblog/wp-admin/wp-admin/setup-config.php</a><br>
><br>
</p>