# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymlinks -MultiViews
Options +SymLinksIfOwnerMatch -MultiViews
RewriteEngine On
#RewriteRule ^dealeradmin/([a-zA-Z0-9]+)/([a-zA-Z0-9]+)?$  /dealer_admin/login/?dealer=$2  [L]

RewriteRule ^index.php$ http://gaugedriver.ca/sales/login/$1 [L,R=301]
ErrorDocument 404 /404.php
#RewriteRule ^http://gaugedriver.ca$ http://gaugedriver.ca/sales/login/$1 [L,R=301]
<IfModule mod_php5.c>
  php_value short_open_tag 1
</IfModule>
