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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-49ff299-1353f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-49ff299-1353f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?