#
# Apache/PHP/Drupal settings:
#

#
#RewriteEngine on
#RewriteBase /

#RewriteCond %{REQUEST_URI} !^/web/

# Rewrites all URLS [Replace "domain" with the actual domain, without the TLD (.com, .net, .biz, etc)]
#RewriteCond %{HTTP_HOST} ^(dev\.)?americangeriatrics\.

# Rewrite all those to insert /folder
#RewriteRule ^(.*)$ /web/$1 [L]
