Answer the question
In order to leave comments, you need to log in
Redirect from www to without www Cyrillic wordpress domain?
People help me set up a redirect, something doesn't work :) the site of doors.rf, I'm trying to redirect to without www, it doesn't work:
I do this
AddDefaultCharset utf-8
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.xn--b1aaef9bl6b.xn-- p1ai$ [NC]
RewriteRule ^(.*)$ xn--b1aaef9bl6b.xn--p1ai/$1 [R=301,L]
page not available at all
Answer the question
In order to leave comments, you need to log in
Maybe you have nginx instead of apache. In this case, it is useless to pick htaccess.
There it is something like this https://gist.github.com/esfand/8246661
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question