Mahdee Rajon
File ".htaccess"
Full Path: /var/www/html/front_back/.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]