On Wed, 2009-01-14 at 12:13 -0700, Sheldon Ross wrote:
> I cannot get mod_rewrite to work. 

> <VirtualHost *>
>       ServerAdmin webmas...@localhost
>       
>       DocumentRoot /var/www/
>       <Directory />
>               Options FollowSymLinks
>               AllowOverride None
>       </Directory>
>       <Directory /var/www/>
>               Options Indexes FollowSymLinks MultiViews
>               AllowOverride None
>               Order allow,deny
>               allow from all
>               # This directive allows us to have apache2's default start page
>                 # in /apache2-default/, but still have / go to the right place
>                 #RedirectMatch ^/$ /apache2-default/
>               RewriteRule ^/bob$ /temp1/temp1/temp2
> 
>       </Directory>
> under /var/www/ I have temp1/temp1/temp2 directories set up just to try
> and test this.
> 
> I've tried putting the rewrite rule just under the virtual host, in
> a .htaccess file, in the httpd.conf. Nothing works.

You need "RewriteEngine On".

-- 
Matt


---------------------------------------------------------------------
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