Skip to content
Sidi LEKHALIFA edited this page May 12, 2020 · 2 revisions

Problème de compatibilité :

 yarn install --ignore-engines

Ecriture Url il faut le changer dans /etc/apache2/sites-available/000-default.conf

.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
#    RewriteRule ^sitemap\.xml$ /fr/sitemap.xml [L,R=301]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.+) index.php/fr/ [QSA,L]
</IfModule>

<IfModule !mod_rewrite.c>
    <IfModule mod_alias.c>
        RedirectMatch 302 ^/$ /index.php/fr/
    </IfModule>
</IfModule>

Generate Sitemap

 bin/console presta:sitemaps:dump --base-url=http://sidi-lekhalifa.fr/
Clone this wiki locally