Thanks, it's perfect !
You're the best
(And orry, I just noticed that my last answer was in french
Can I ask one last question ?
When I installed the template using the quickstart feature I got this adress :
suiconsulting.com/joomla_blank_v2/Quickstart/index.php
When I want my website to be available directly here:
suiconsulting.com
Using FileZilla I can find this path :
/
www/joomla_blank_v2/Quickstart
And here I find the htaccess.txt file.
If I just rename the file to .htaccess nothing change.
I tried to add this :
RewriteRule (.*) suiconsulting.com/joomla_blank_v2/Quickstart/index.php$1 [R=301,L]
The result is not what I expected :
suiconsulting.com is still the same
and the joomla adress become
suiconsulting.com/joomla_blank_v2/Quicks...hpindex.phpindex.php
I couldn't find anything about this in the documentation about this issue.