HTAccess question - {"message":"Invalid base url"}
Getting this error - {"message":"Invalid base url"}
I followed the server sync guide here - https://support.brizy.io/hc/en-us/articles/360027008491
<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} ^prime8spins.com [NC]
RewriteRule ^(.*)$ https://prime8spins.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 was able to remove that error, but now my updates aren't syncing.
I'm running PHP 7.4 (can run 8) via plesk with apache.
0 -
Hi,
Thank you for contacting us.
In your Brizy folder, in the server root, please, clear the cache folder and all content and files from the var folder - https://jmp.sh/HltmFKf if it will not work, we create a ticket with ftp credentials.
Best regards, Nelea.
0 -
That seemed to do the trick, thank you!
0
Please sign in to leave a comment.
Comments
3 comments