GIF89a php
Current File : /home/viralhoga/public_html/appadmin/.htaccess
DirectoryIndex index.html

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /appadmin/
RewriteRule ^index\.html$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /appadmin/index.html [L]
</IfModule>