AddDefaultCharset utf-8
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
</IfModule>
RewriteCond %{HTTP_HOST} ^vo\.aximplatform\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.vo\.aximplatform\.com$
RewriteRule ^/?$ "https\:\/\/office\.aximplatform\.com\/admin\/authentication" [R=301,L]

