Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by noodl:
http://wiki.apache.org/httpd/Rewrite/Troubleshooting/HtaccessIgnored

The comment on the change is:
Slightly shorter rule

------------------------------------------------------------------------------
  
  {{{
  RewriteEngine On
- # Should redirect all requests to example.com
+ # Redirect all requests to example.com
- RewriteRule .* http://example.com/
+ RewriteRule ^ http://example.com/
  }}}
  

Reply via email to