Domain name with www and domain name without www login and exit Synchronize?

wecenter program used:

Domain name with www and domain name without www log in and exit from the same site without Synchronize

the other 301jump (pseudo-static valid) does not work. The htaccess is as follows:
< IfModule mod_rewrite.c >

RewriteEngine On

< H1 > 301 Jump < / H1 >

RewriteCond% {HTTP_HOST} ^ www.818gx.com [NC]

RewriteRule ^ (. *) http://www.818gx.com/$1

< H1 > pseudo-static < / H1 >

RewriteBase /

RewriteRule ^ index.php$-[L]

RewriteCond% {REQUEST_FILENAME}!-f

RewriteCond% {REQUEST_FILENAME}!-d

RewriteRule. / ask/index.php [L]

< / IfModule >

Php
Apr.01,2021

solved the problem of scope

Menu