aramboyajyan/yii-kickstart/master/.htaccess - Htaccess File

aramboyajyan/yii-kickstart/master/.htaccess

# Apache configuration file
#
# Created by: Topsitemakers
# http://www.topsitemakers.com/

# Simple rewrite rules for SEO URLs
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache