Hello Team,
I modified the .htaccess file to force the redirection to https, but now i can't upload file
i have message like server not respond with (0)
Options -Indexes
#SecFilterEngine Off
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*)$ https://www.monsite.fr/$1 [R,L]
#if your server is running php as apache module:
<IfModule mod_php5.c>
php_value memory_limit "64M"
php_flag magic_quotes_gpc off
</IfModule>
<IfModule mod_php7.c>
php_value memory_limit "64M"
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 404 /\.svn(/|$)
RedirectMatch 404 /\.git(/|$)
Header always append X-Frame-Options SAMEORIGIN
</IfModule>