This commit is contained in:
xoxel
2018-12-13 06:42:08 +01:00
parent 0393733bcd
commit 46be9eb7f4
4 changed files with 195 additions and 16 deletions

View File

@ -20,6 +20,11 @@ RewriteCond %{HTTP_HOST} ^fitness.sanchez-mathieu.test$
RewriteCond %{DOCUMENT_ROOT}/static%{REQUEST_URI} -f
RewriteRule ^(.*)$ static/$1 [L,E=END:1]
# Redirection des fichiers static pour cauweb.fr
RewriteCond %{HTTP_HOST} ^cauweb.fr$
RewriteCond %{DOCUMENT_ROOT}/static%{REQUEST_URI} -f
RewriteRule ^(.*)$ static/$1 [L,E=END:1]
# RewriteRule ^haute-garonne/toulouse/installation-entretien-climatisation /haute-garonne/toulouse/climatisation.php [L]
# Redirection de toutes les requêtes vers Index.php