berryjace/www/master/crm/.htaccess
SetEnv APPLICATION_ENV production RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteCond $1 !^(index.php|assets|docs|robots.txt) RewriteRule ^(.*)$ index.php/$1 [L] #RewriteRule ^.*$ index.php [NC,L] php_value include_path ./library
Files
