ftp nin içine static diye bir klasör at içerisine index.html dosyasını at daha sonra htaccess den

RewriteEngine On
RewriteBase /
RewriteCond %{DOCUMENT_ROOT}/static/index.html -f [or]
RewriteCond /var/www/vhosts/domain.com/httpdocs/static/index.html -f
RewriteRule ^index.html$ "/static/index.html" [L]
RewriteRule ^/$ "/static/index.html" [L]
yaparsan static klasörü içerisinde index.html olduğu sürece ana domaini herzaman o index.html den okuyacaktır.