Skip to main content

Critical Markup HTML Errors

Comments

7 comments

  • Alex

    Hi,

    You cannot edit code in a Brizy cloud project. But where do these errors occur? What did you use to find these errors? We need the link to the project and the tool that detects these errors. Thanks.

    0
  • Michael Bryan

    Here is the link to the audit software labrica.com

    https://labrika.com/s/GLDiqG

    https://labrika.com/s/L5De4f

    and this one showing the robots text

    https://labrika.com/s/DaCaa8

    Regards

    Michael

    0
  • Michael Bryan

    Hi Alex

    also I'm getting redirect loops and my hosting company are saying it's the code in the .htaccess file that's causing the issue

    when I go from

    http://www.serpfirst.com/
    https://www.serpfirst.com/

    I get this message?

    {"message":"Invalid base url"}

    https://labrika.com/s/5T1nCu

    0
  • Michael Bryan

    her is the code

    https://labrika.com/s/5T1nCu

    <IfModule mod_rewrite.c>
        RewriteEngine on

        # --- Redirect from http to https
        #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
        # ---

        # --- Redirect from non-www to www
        RewriteCond %{HTTPS} off
        RewriteCond %{HTTP:X-Forwarded-Proto} !https
        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]
    </IfModule>

    # php -- BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php74” package as the default “PHP” programming language.
    <IfModule mime_module>
      AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
    </IfModule>
    # php -- END cPanel-generated handler, do not edit

    0
  • Alex

    Hi,

    How was this project published? Did you use HTML Export? This .htaacces file is not from Brizy, it's something you added, right?

    0
  • Michael Bryan

    Hi Alex

    This was the file I downloaded when I clicked server sync.

    I have been running it for 2 weeks now adding pages a long the way?

    0
  • Alex

    Hi,

    the labrika links are no longer available: https://jmp.sh/aPxDTfc Your website is also not available: https://jmp.sh/WPVYLHO Are you doing any work now? Try deleting the files and running ServerSync again. Also, try to audit another project directly from Brizy Cloud. Will the same issues be reported as well?

    0

Please sign in to leave a comment.