Www error

so when it asked for domain name i put www before the domain name now my site wont load with out the www any subjection

@mugglu I suppose your site does not use ssl. follow this

ee site edit example.com

put this code block at start of file

server {
    server_name example.com;
    return 301 http://www.example.com;
}

Hello @mugglu,

It’s been a long time, and we haven’t heard from you. It looks like your issue is resolved.

I am closing this support topic for now. Feel free to create a new support topic if you have any queries further. :slight_smile: