Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vincej's avatar

@bashy for me whole domain.

Philip Brown of Culttt does an article on it but it needs more details, further expansion, I think.

Philip does a great job and he is very knowledgeable, BUT his site is exceptionally difficult to navigiate around. That is to say find a specific lesson on a specific topic. He wrote also wrote it as a blog, and now it has become unnavigable.

Also, please, when you are writing your blogs, do not write them to an audience with the skills of Jeffrey, yourself, or Taylor. Or if you do, then please give us a little more detail. Remember that the rest of us are mere humans :o)

cheers !

bashy's avatar
Level 65

@rieves Ah okay, yeah I guess it's a good one for security. Thanks

@alenabdula Looks like it was just you

@vincej Yeah, few ways to do that then. Some of that is new to me too so I'm sure it will be in detail and not just for experienced people.

yayuj's avatar

@bashy - A post that would give you many visitors would be the difference between Apache and Nginx, and which one is better, faster, that helps you more with security issues and so on.

1 like
yayuj's avatar

@bashy - You can do it better, for sure, make some benchmarking if needed, examples in both web servers and show the difference between them about installing, setting up a site, which one is human friendly and so on. (there are web servers there are PITA to configure a simple thing).

alexmansour's avatar

@bashy Hi.

How we can redirect none www to www when SSL installed. (Nginx)

Thank you.

simondavies's avatar

@alexmansour i do mine through the .htaccess file.

    RewriteEngine On
    #force the www
        RewriteCond %{HTTP_HOST} ^comedyawards.co.uk$ [NC]
        RewriteRule ^(.*)$ http://www.comedyawards.co.uk/$1 [L,R=301]

But best put this as a separate question on the forum so others in future can see the replies and get the answers you want, so not to pollute this other post :-)

1 like
shanesolole3's avatar

Yeah that would be good to look especially new blog enviroments the use of Vagrant too might be terrific, there's no longer sufficient of that stuff.

Previous

Please or to participate in this conversation.