Forum: Linux Servers and Apache Oct 1st, 2007 |
| Replies: 1 Views: 1,933 mod_rewrite not working help, please Can someone tell me what this code does not work:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/?web
RewriteRule ^/?(.+)... |
Forum: JavaScript / DHTML / AJAX Nov 20th, 2004 |
| Replies: 2 Views: 21,021 Mouse Over ToolTip Help I have a javascript that I have been using for a long while now, and I have the need now to make it work differently.
I have it where when the mouse goes over a link it will give you a 'tip' as to... |