WordPress plugin not showing up on development subdomain

Solution:

Can you try to add this code in a .htaccess file and upload it to your plugin folder where your index.html is in

Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]