dev-jan/Trans2late/master/src/.htaccess - Htaccess File

dev-jan/Trans2late/master/src/.htaccess

# Prevents directory listing
Options -Indexes

# Rewrite requests to the index.php file...
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php?request=$1 [L,NS]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache