error sync cloud
Hi,
First I removed the DNS www.aziens.com CNAME aziens.com
Add your modified htaccess:
<IfModule mod_rewrite.c>
RewriteEngine on
# --- Redirect from http to https
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%(HTTP_HOST}%{REQUEST_URI} [L,R=301]
# ---
# --- Redirect from non-www to www
RewriteCond %{HTTP_HOST} ^aziens.com [NC]
RewriteRule ^(.*)$ https://www.aziens.com/$1 [L,R=301]
# ---
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^.*$ %2index.php?page=$0&%{QUERY_STRING} [QSA,L]
</IfModule>
I added the files from the parent folder but it doesn't work
If you need it I can give you temporary access to the cpanel
Thanks
-
Hi Jose,
Thank you for contacting us.
Can you please check this article and follow all the steps for the server sync option : https://support.brizy.io/hc/en-us/articles/360027008491-Server-Sync
Best regards, Nelea.
0
Please sign in to leave a comment.
Comments
1 comment