Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dMole

Pages: [1]
1
CentOS 7 Problems / Correct HTTP to HTTPS redirect
« on: March 15, 2018, 10:25:27 PM »
Hi! I have weird problem - when I have HTTP to HTTPS redirect in my .htaccess

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

- my php and MySql code runs twice. I'm logging words, that users search on my site. If it is a first occurance - I INSERT it to the table with counter = 1. If word already exist in the table, then conter +1. When redirect is on, new words get counter=2 from the first search. If I turn off redirect - everything is ok - counter=1.

So, what is the best way to redirect to HTTPS?

I'm using the latest CWP7, PHP 7.2.3, MariaDB 10.2.13. Plain PHP - no frameworks or CMS

2
Updates / Re: Problem with Updates
« on: February 21, 2018, 01:58:48 PM »
Same here. All buttons on Yum Manager do not work. Have Pro version. Was able to do yum update via ssh: "yum update". But would like to ask you guys to fix this.

Pages: [1]