titon/app/master/web/.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond $1 !^(index.php|robots.txt) RewriteRule ^(.*)$ index.php/$1 [L,QSA] </IfModule>
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond $1 !^(index.php|robots.txt) RewriteRule ^(.*)$ index.php/$1 [L,QSA] </IfModule>