This is an English forum. please try to stick to English, or use a translator.
ArP22RC:
how to remove www
Make sure any links on your site don’t use the www. version. and you can create a redirect in your .htaccess file.
one of the 2 links below should help:
After you’ve enabled SSL for your website, you’ll probably want to redirect all traffic on your website to the https version of your site. There are multiple ways to do that. Let’s compare some commonly used ways.
Using script configuration
Some scripts (including Wordpress) have a setting which allows you to set your website URL. By changing this URL from http://example.com to https://example.com , the script will probably redirect visitors to the https version of your site. Even if your script…
.htaccess Guide!
htaccess file allows you to set server configurations for a specific directory. This could be the root directory for your website or an /images or /downloads directory. It is used on the Apache web server. It can also be used on a handful of other web servers…
I’m going to give you a mini-guide on htaccess. Hope you find it useful!
Warning: BEFORE you edit your .htacces file, store a copy of it in case you mess it up!
Redirect to https
RewriteEngine On
RewriteCond %{HTTPS} …
4 Likes