-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sidi LEKHALIFA edited this page May 12, 2020
·
2 revisions
yarn install --ignore-engines
Ecriture Url il faut le changer dans /etc/apache2/sites-available/000-default.conf
<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>
bin/console presta:sitemaps:dump --base-url=http://sidi-lekhalifa.fr/