-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi all

i was using this code in my httpd.conf

#
# Redirect allows you to tell clients about documents which used to exist in
# your server's namespace, but do not anymore. This allows you to tell the
# clients where to look for the relocated document.
# Format: Redirect old-URI new-URL
# 

RewriteEngine on 
rewriterule "^(/folderatlocation1/.*)" "http://location2.org$1"; [r]

this points mod_rewrite to rewrite all requests for any documents in 
'folderatlocation1' to http://location2.org/(equivalent folder)

i modified the httpd.conf file today to


RewriteEngine on 
rewriterule "^(/folderatlocation1/.*)" "http://location3.org$1"; [r]

here i want to point mod_rewrite to location3.org instead of location2.org

i did 'apachectl graceful', and mod_rewrite still points to the old location.  i did a 
couple of reboots, it still points to the old location.

am i missing something?  like a cache someplace that i have to flush to get 
mod_rewrite pointing to a new location after editing it?

thanks for any advice

redmond





-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE+DQoqFNjun16SvHYRAjNFAKCSlK69PiQEzPEx4ciz5p2BTAm60QCeKF2r
zJDl876TTTSfwmrL4+DQZxY=
=LEwl
-----END PGP SIGNATURE-----

Attachment: msg13441/pgp00000.pgp
Description: PGP signature

Reply via email to