yufieko/timecms-dev/master/.htaccess - Htaccess File

yufieko/timecms-dev/master/.htaccess

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

<ifmodule mod_rewrite.c="">
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
</ifmodule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache