Code: Select all
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^template/(.*) /classifier/App/View/$1
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /classifier/index.php [NC,L]