problem with redirect rules
I really really need your help. I'm on Ubuntu Lucid and Apache2. I enabled mod_rewrite.
One thing who is really simple usually and I would like to implement, is redirect all no www request to www request (like domain.com to
Usually, it's very simple. I use .htaccess to activate this rule:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
RewriteRule ^(.*)$
BUT it's not working. Why why why ????
Thanks for your help !
Julien
4 Replies
It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet.
Crazy crazy crazy
Jon
(I do freelance sysadmin work, with some linode users among my clients).
Let me know