# Legacy web-root /estimating — permanent redirects into /ops/estimating.
# Keeps every GFE / share link already sent to clients working forever.
# action.php uses 307 so POSTs keep their method + body; everything else 301.
RewriteEngine On
RewriteRule ^action\.php$ /ops/estimating/action.php [R=307,L,QSA]
RewriteRule ^(.*)$        /ops/estimating/$1         [R=301,L,QSA]
