Arunkumarcs/Themis-Reinitialize/master/.htaccess - Htaccess File

Arunkumarcs/Themis-Reinitialize/master/.htaccess

# http://www.htaccessredirect.net/ - Use this url for htaccess help

# Change default directory page
DirectoryIndex public/index.php

# Prevent directory listings
Options -Indexes

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ public/index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache