File ".htaccess"
Full path: /var/www/html/gitep_front/.htaccess
File
size: 0.16 KB (164 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]