kevinvn1709/6ee03ebec9a8d5b5481a36e82af4db98/master/web.cvo.io/public/.htaccess - Htaccess File

kevinvn1709/6ee03ebec9a8d5b5481a36e82af4db98/master/web.cvo.io/public/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]

Options -Indexes
DirectoryIndex  index.html index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache