On 01/20/2011 09:10 PM, --[ UxBoD ]-- wrote:
----- Original Message -----
Did you set RewriteEngine on?

Where do you define your rules? If there's a VirtualHost handling the
request, they need to be defined there.


<VirtualHost *:80>
     ServerAdmin webmas...@somedomain.com
     DocumentRoot "/www/somedomain.com"
     <Directory /www/somedomain.com>
         AllowOverride All
     </Directory>
     ServerName www.somedomain.com
     ServerAlias somedomain.com www.somedomain.co.uk somedomain.co.uk
     ErrorLog "logs/www.somedomain.com-error.log"
     CustomLog "logs/www.somedomain.com-access.log" common
</VirtualHost>


As Eric wrote, you need to put your Rewrites inside the <VirtualHost> directive, i don't see them there in the above snippet. Possibly the "RewriteEngine On" needs to go there too.

/Björn

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to