From 3dfce942aa67b20f51ea09a35926525184963396 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Wed, 31 Oct 2018 13:47:01 +0900 Subject: [PATCH] Add robots.txt + change htaccess --- .htaccess | 2 +- README.md | 3 +-- robots.txt | 0 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 robots.txt diff --git a/.htaccess b/.htaccess index ff17c41..8edf9eb 100644 --- a/.htaccess +++ b/.htaccess @@ -11,7 +11,7 @@ RewriteRule ^ - [L] # RewriteRule ^(.*)$ http://www.eldotravo.fr/$1 [R=301,L,E=END:1] # Redirection des fichiers static pour www.eldotravo.fr -RewriteCond %{HTTP_HOST} ^test.dev$ +RewriteCond %{HTTP_HOST} ^fitness.sanchez-mathieu.fr$ RewriteCond %{DOCUMENT_ROOT}/static%{REQUEST_URI} -f RewriteRule ^(.*)$ static/$1 [L,E=END:1] diff --git a/README.md b/README.md index e919d95..63e38b5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# Web Project for Chung-Ang University web courses - +# First web project for CAU \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e69de29