Bradslavens/tc3/master/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache