<div dir="ltr">Hi -<div><br></div><div>This line:</div><div><br></div><div><a href="http://sleeyppenguin.homelinux.org/" style="font-family:arial,sans-serif;font-size:13px" target="_blank">sleeyppenguin.homelinux.org</a><span style="font-family:arial,sans-serif;font-size:13px">;</span><span style="font-family:arial,sans-serif;font-size:13px">blog /</span><br>

</div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><font face="arial, sans-serif">won't work, not least for the typo.</font></div><div><br></div><div><font face="arial, sans-serif">Your URLs need to use rewrite commands and unless you've missed it out you need php-fpm configured to interpret PHP for you. If you're using Wordpress here's a document from the horse's mouth: <a href="http://codex.wordpress.org/Nginx">http://codex.wordpress.org/Nginx</a></font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">s/</font></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On 11 February 2014 17:00, Richard Ibbotson <span dir="ltr"><<a href="mailto:richard.ibbotson@gmail.com" target="_blank">richard.ibbotson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div>On Tuesday 11 Feb 2014 16:33:31 Simon Greenwood wrote:<br>
> Without any specifics it's hard to tell but remember that nginx<br>
> doesn't support .htaccess files and that you have to map URLs to<br>
> your pages in a configuration file or with URL handlers in your<br>
> code.<br>
<br>
</div>I was able to work that out for myself.  As far as I am able to<br>
understand I need to add a few lines for each URL.  Such as /blog or<br>
/home.  I did try this but NGINX didn't like it.  Wouldn't start.....<br>
Pobably a few { and } missing in here which I've forgotten to put into<br>
this post...<br>
<br>
user www-data;<br>
worker_processes 4;<br>
pid /var/run/nginx.pid;<br>
<br>
events {<br>
        worker_connections 768;<br>
        # multi_accept on;<br>
}<br>
<br>
http {<br>
<br>
        ##<br>
        # Basic Settings<br>
        ##<br>
<br>
        sendfile on;<br>
        tcp_nopush on;<br>
        tcp_nodelay on;<br>
        keepalive_timeout 65;<br>
        types_hash_max_size 2048;<br>
        # server_tokens off;<br>
<br>
        # server_names_hash_bucket_size 64;<br>
        # server_name_in_redirect off;<br>
<br>
        include /etc/nginx/mime.types;<br>
        default_type application/octet-stream;<br>
<br>
        ##<br>
        # Logging Settings<br>
        ##<br>
<br>
        access_log /var/log/nginx/access.log;<br>
        error_log /var/log/nginx/error.log;<br>
}<br>
<br>
# Server (www.)<a href="http://mydomain.com" target="_blank">mydomain.com</a><br>
server  {<br>
listen 80;<br>
server_name <a href="http://www.sleepypenguin.homelinux.org" target="_blank">www.sleepypenguin.homelinux.org</a><br>
<a href="http://sleeyppenguin.homelinux.org" target="_blank">sleeyppenguin.homelinux.org</a>;blog / {<br>
root /var/www/; index index.html index.htm php.html;<br>
}<br>
}<br>
<br>
And later ...<br>
<br>
     listen      <a href="http://127.0.0.1:80" target="_blank">127.0.0.1:80</a>;<br>
     root        /var/www/;<br>
    server_name <a href="http://www.sleepypenguin.home.linux.org" target="_blank">www.sleepypenguin.home.linux.org</a>;<br>
}<br>
<span><font color="#888888"><br>
--<br>
Richard<br>
</font></span><div><div><br>
_______________________________________________<br>
Wylug-help mailing list<br>
<a href="mailto:Wylug-help@wylug.org.uk" target="_blank">Wylug-help@wylug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/wylug-help" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/wylug-help</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Twitter: @sfgreenwood<div>"TBA are particularly glib"<br></div>
</div></div>