RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?invictusbrands.pk$
RewriteCond %{REQUEST_URI} !^/invictus_brands/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /invictus_brands/$1
RewriteCond %{HTTP_HOST} ^(www.)?invictusbrands.pk$
RewriteRule ^(/)?$ invictus_brands/index.html [L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php72” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
