Add robots.txt + change htaccess

This commit is contained in:
Mathieu Sanchez 2018-10-31 13:47:01 +09:00
parent c8cf3a1239
commit 3dfce942aa
3 changed files with 2 additions and 3 deletions

View File

@ -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]

View File

@ -1,2 +1 @@
# Web Project for Chung-Ang University web courses
# First web project for CAU

0
robots.txt Normal file
View File