RewriteEngine On
RewriteCond %{ENV:HTTPS} !on [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.goxpos1.com/versanet/$1 [R=301,L,NE]
RewriteEngine on
RewriteBase /versanet
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.*)$ index.php?/$1 [L]
<IfModule mod_php5.c>
php_value post_max_size 350M
php_value upload_max_filesize 50M
php_value memory_limit 800M
php_value max_execution_time 259200
php_value max_input_time 259200
</IfModule>
# Allow access from all domains for webfonts.
<IfModule mod_headers.c>
  <FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css)$">
    Header set Access-Control-Allow-Origin "*"
  </FilesMatch>
</IfModule>