time-tracking/.htaccess

3 lines
133 B
ApacheConf

RewriteEngine on
RewriteCond $1 !^(index\.php|phpdoc|skin|asset|plugin|favicon\.ico|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]