Server Sync
Hi, it's not working for me...
it starts a redirect loop from the index and install_step_1.php.
htaccess configuration is
RewriteEngine on
# --- Redirect from http to https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# ---
# --- Redirect from non-www to www
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule ^ %{REQUEST_SCHEME}://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# ---
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^.*$ %2index.php?page=$0&%{QUERY_STRING} [QSA,L]
-
[03-Nov-2022 12:16:36 Europe/Rome] PHP Warning: file_get_contents(/home/hftgotlf/mydomain.it/src/BrizyDeploy/Modal/../../../var/app): failed to open stream: No such file or directory in /home/hftgotlf/mydomain.it/src/BrizyDeploy/Modal/BaseRepository.php on line 16 [03-Nov-2022 12:16:36 Europe/Rome] PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/hftgotlf/mydomain.it/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php on line 197 [03-Nov-2022 12:16:36 Europe/Rome] PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/hftgotlf/mydomain.it/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php on line 216 [03-Nov-2022 12:16:36 Europe/Rome] PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/hftgotlf/mydomain.it/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php on line 254 [03-Nov-2022 12:16:36 Europe/Rome] PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/hftgotlf/mydomain.it/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php on line 357
0 -
Hi Antonio,
Our Server Sync software has bugs at the moment. It won't be a reliable publishing option. The Custom domain and the 3rd Party Free Hosting options work better.
Please consider switching to one of these options.
0 -
ok, thanks.
does the HTML version work as it is or is some edit to the form necessary?0 -
Hi Antonio,
The HTML version would work well if you are not using dynamic content. The form email notifications may not work with HTML download
0 -
ok, thank you
0
Please sign in to leave a comment.
Comments
5 comments