routing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user