Hello;

I've got two parts in my file. The first part is :

> 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]

And the second part is :

> RewriteCond %{HTTP_HOST} ^(www\.?)site.com [NC]
>
> RewriteRule ^accueil.html$ index.php [L]

When I acces my website by typing 'http://my.site.com/
inscription.html', JQuery doesn't work. However I've some aliases
(site.net, .org, .biz, ...) and they don't work too. I can only use
javascript when I am on http://www.site.com.

Nico.

Reply via email to