Alain38
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] User code in the mail registration notificationHello and thank you for your response.
Forum: Plugins
In reply to: [Theme My Login] Problem for resetting the passwordHello and thank you for your response.
However and to be sure, I will try to test the plugin with a theme of wordpress.
cordially
Forum: Fixing WordPress
In reply to: Error downloading the picture httpsHello,
Despite extensive research, I still can not solve this problem. It would appear to be a problem with the “async-upload.php” file.
To enable you to have a better idea of ??the problem, here are screenshots of the problem.
Below the error message that appears when downloading a picture fails
https://drive.google.com/file/d/0B2r5LWQeXkZibEJtYjVRMmJTQWc/view?usp=sharing
Below a picture of the network analysis.
https://drive.google.com/file/d/0B2r5LWQeXkZiTVdOVkFUeEduM0E/view?usp=sharing
Finally the contents of my .htaccess
# BEGIN HTTPS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# protect the wp-config file
<files wp-config.php>
order allow,deny
deny from all
</files># protect the htaccess file
<files ~ “^.*\.([Hh][Tt][Aa])”>
order allow,deny
deny from all
satisfy all
</files><IfModule mod_headers.c>
Header unset X-Powered-By
Header unset Server
</IfModule># protect lecture des répertoires
Options -Indexes# protect DDoS attacks
<Files xmlrpc.php>
Order Deny,Allow
Deny from all
</Files>So, if anyone has encountered this problem, can anyone give me a track.
thanks in advance