kimneak/knn-news/master/application/.htaccess - Htaccess File

kimneak/knn-news/master/application/.htaccess

RewriteEngine on
RewriteBase /knn-news/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|js|img|css|captcha|robots.txt)
RewriteRule ^(.*)$ /knn-news/index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache