Strange intermittent issues with order history screen

WPPizza – A Restaurant Plugin for WordPress Support General Support Strange intermittent issues with order history screen

Viewing 3 posts - 21 through 23 (of 23 total)
  • Author
    Posts
  • #8846
    Olly
    Admin & Mod

      then they are either stupid or unwilling (and you should change hosts just based on that probably )
      it’s a simple 3 liner in your htaccess (most of the time anyway)

      various ways to do this in different places too and depends a bit on setup, though this being one of them (htaccess)

      RewriteEngine On
      RewriteCond %{HTTPS} off
      RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

      #8847
      Olly
      Admin & Mod

        some other options/variations of the same

        https://www.google.co.uk/#q=htaccess+force+redirect+to+https

        #8854
        maherali
        Participant

          Thanks Olly it has worked for the main url. It doesn’t work if I type in say http://www.rednaga.co.uk/order-online – directly to another page but it’s better than before anyways.

          Is there anyway to make my web browser make a repetitive sound when it fails when polling and an error pops up? I have browsed your forum and enabled this for new orders but don’t know how and if at all possible for error popups or are they part of my web browsers software?

        Viewing 3 posts - 21 through 23 (of 23 total)
        • The topic ‘Strange intermittent issues with order history screen’ is closed to new replies.