cgal/Maintenance/infrastructure/doc.cgal.org/htaccess

11 lines
254 B
Plaintext

Options +FollowSymLinks
<IfModule mod_alias.c>
RedirectMatch permanent /$ https://doc.cgal.org/4.2/CGAL.CGAL/html/index.html
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A1209600
Header append Cache-Control "public"
</IfModule>