Re: [us...@httpd] best practices for mod_rewrite

2009-05-14 Thread William A. Rowe, Jr.
LoD MoD wrote: > Hi List, > Is the best practice for using rewrites in multiple areas of a site to > use .htaccess files? Best practices in httpd disavow all use of .htaccess for performance, security and maintenance rationals. -

[us...@httpd] best practices for mod_rewrite

2009-05-14 Thread LoD MoD
Hi List,Is the best practice for using rewrites in multiple areas of a site to use .htaccess files? What if the destination URL is dynamic? Create a skeleton directory? Thanks.