SteveBidenko/dating-php/master/site/.htaccess - Htaccess File

SteveBidenko/dating-php/master/site/.htaccess

AddDefaultCharset UTF-8

Options +FollowSymLinks
Options -Indexes

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule .* index.php [NC,QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache