diff --git a/.htaccess b/.htaccess index c2e590c..7f6b157 100644 --- a/.htaccess +++ b/.htaccess @@ -159,7 +159,7 @@ FileETag None Options +FollowSymLinks RewriteEngine On -RedirectPermanent /index.php /fr.xml +RedirectPermanent /index.html /fr.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..e698d9e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# cv +That's just a backup for my CV. + +It was fun to use XSL :-) diff --git a/index.php b/index.html similarity index 100% rename from index.php rename to index.html