Skip to content

Commit

Permalink
Create .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
YoucTagh authored Apr 24, 2022
1 parent b1965a3 commit b38a57e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cntf/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Header set Access-Control-Allow-Origin *
Options +FollowSymLinks
RewriteEngine on

RewriteRule ^/?$ https://ci.mines-stetienne.fr/cntf/ [R=302,L]
RewriteRule ^(.+)$ https://ci.mines-stetienne.fr/cntf/$1 [R=302,L]

0 comments on commit b38a57e

Please sign in to comment.