• File: .htaccess
  • Full Path: /var/www/html/gitep_front/.htaccess
  • File size: 164 bytes
  • MIME-type: text/plain
  • Charset: utf-8
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]