Need a help

Before i’ve made .htaccess file and anybody use site without www … now my site work just with www. htaccess file deleted from files. Browser can’t find IP address of my site paullutsaka. com. At my domain error with nameservers ns1.epizy. com ns2.epizy. com (Nameserver policy problem: Authorization error) i’ve changed to ns1.byet. org ns2.byet. org and etc and okay. But i need my site without www cuz in printed materials site paullutsaka. com … made .htaccess file again but redirect didn’t work anymore …

For me it also works with the non-www version, so this may be the solution:

https://infinityfree.net/support/why-doesnt-my-domain-work/

using

RewriteEngine On
RewriteCond %{HTTP_HOST} ^paullutsaka.com$ [NC]
RewriteRule ^(.*)$ http://www.paullutsaka.com/$1 [R=301,L]

The redirect should work fine on my end. It all matches that on my end, so did you read the article I posted to solve this on your end?

I don’t think I’ve seen this error before.

Can you please try and see if you can access your website from other devices or networks? It could be that access to some of our services is blocked from your network.

1 Like

Nope, nothing blocked. Worked with www … i though it’s been something with apache server and with dns. Today everything is okay. Thnx for reply.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.