Bradslavens/tc3/master/.htaccess
#RewriteEngine on
#RewriteCond $1 !^(index.php|_/images|robots.txt|assets|securimage/securimage_show.php)
#RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteEngine on
RewriteCond $1 !^(index.php|_/images|robots.txt|assets|securimage/securimage_show.php)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /tc_orig/index.php/$0 [PT,L]
Files
