[vox-tech] Apache help needed

2004-09-03 Thread Richard Crawford
I'm having an issue with mod_rewrite. I've got the following bit of rewrite code set up in my httpd.conf file: RewriteEngine on RewriteRule ^/DLC/(.*)$ /cfmx/DLC/$1 [R] The idea is that URLs of the form: http://mysite.com/DLC will be transformed into http://mysite.com/cfmx/DLC I don't want t

Re: [vox-tech] Apache help needed

2004-09-03 Thread Richard Crawford
Never mind. I cleared out my Firefox cache and now it works fine. Richard Crawford said: > I'm having an issue with mod_rewrite. > > I've got the following bit of rewrite code set up in my httpd.conf file: > > RewriteEngine on > RewriteRule ^/DLC/(.*)$ /cfmx/DLC/$1 [R] > > The idea is that URLs