WWW redirect with htaccess
-
Hello,
I have problem with my site address with www.
In wordpress options I have address https://warfactory.pl I set up qtranslate-X with options pre-domain without hidding language information option(due to some problems, i asked about some time ago).
Now I want to get to my site from address https://www.warfactory.pl but when I try then i got to page pl.www.warfactory.pl.Putting this code in .htaccess:
RewriteCond %{HTTP_HOST} ^www\.warfactory\.pl[NC] RewriteRule ^(.*)$ https://warfactory.pl/$1 [L,R=301]
not work. It seems thatr qtranslate redirect work earlier. Please help.
- The topic ‘WWW redirect with htaccess’ is closed to new replies.