Hi Boiron,
Yes, this is possible. Here's how to do it:
-
Go to System → Global Configuration → Site and under SEO Settings set:
- Search Engine Friendly URLs: Yes
- Use URL Rewriting: Yes
-
In your site's root folder, rename htaccess.txt to .htaccess (via FTP or your host's file manager).
-
Clear your site cache (System → Clear Cache) and your browser cache, then test.
A few notes if it doesn't work right away:
- If you get a 500 error after renaming the file, your host may not have
mod_rewrite enabled — worth checking with them.
- If you're on Nginx rather than Apache,
.htaccess won't apply and you'll need equivalent rewrite rules in your server block instead.
- Double-check the Global Configuration change actually saved, since a stale cache can make it look like nothing happened.
Let us know your server type (Apache/Nginx) if it's still not working after this.
Thanks