Hello,
I have a problem when I want to use the htaccess file to redirect my no-www url to www.
I use the following code that I add to the file after the "RewriteEngine On" line:
RewriteCond %{HTTP_HOST} ^florilege-sante.fr [NC]
RewriteRule ^(.*)$ www.florilege-sante.fr/$1 [L,R=301]
unfortunately following the modification my site is no longer accessible.
Can you help me configure my htaccess file?
In addition, I also noticed that when I use the htaccess file taking into account the gzip compress by default, my admin interface no longer has graphics, as if the CSS was no longer applied. The only solution found is to comment out the lines of code relating to compression in the htaccess file.
Thanks in advance
My website : http://florilege-sante.fr/