diff --git a/watchgether/.htaccess b/watchgether/.htaccess new file mode 100644 index 0000000..9521b19 --- /dev/null +++ b/watchgether/.htaccess @@ -0,0 +1,7 @@ +RewriteEngine On +# Si on demande la racine, on envoie vers public/ +RewriteRule ^$ public/ [L] +# Si on demande un fichier qui n'existe pas, on cherche dans public/ +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ public/$1 [L] \ No newline at end of file diff --git a/watchgether/public/index.php b/watchgether/public/index.php index d83e940..f4a5db5 100644 --- a/watchgether/public/index.php +++ b/watchgether/public/index.php @@ -29,7 +29,7 @@
Ajoutez vos films, synchronisez vos envies.
- La liste commune trouve vos **doublons** instantanément pour des soirées ciné sans prise de tête.
+ La liste commune trouve vos doublons instantanément pour des soirées ciné sans prise de tête.