Hello, I've got two parts in my file. When I access my website by typing my.site.com, JQuery doesn't work even in the file jquery.js is correctly loaded. However, when I am on www.site.com, everything works perfectly.
> RewriteCond %{HTTP_HOST} ^my\.site.com [NC] > RewriteRule ^inscription.html$ /home/site/www/index.php?op=inscription [L] > RewriteRule ^inbox.html$ /home/site/www/index.php?op=zm_msg [L] > > RewriteCond %{HTTP_HOST} ^(www\.?)site.com [NC] > > RewriteRule ^accueil.html$ index.php [L] Nico.