hen put a .htaccess in your '...\songsabout' directory (your root) and put in
a rule that will definitely match all incoming URLs, then build from there:
RewriteEngine on
RewriteBase /
RewriteRule ^(.*)$ http://cnn.com/ [R=301,L]
Vincent Bray <[EMAIL PROTECTED]> wrote: On 20/08
Hi,
mod_rewrite doesn't seem to be working. I'm running Apache/2.2.4 (Win32)
PHP/5.2.3, and mod_rewrite appears to be loaded (according to phpinfo() and
httpd -t -D DUMP_MODULES).
At this point, I'll be very happy with any rewriting of any sort - with virtual
hosts or not - though, I'd eventua