howtomakeaturn/design/master/.htaccess - Htaccess File

howtomakeaturn/design/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index.php|index.htm|assets|upload|robots.txt|unit_test.php|tests|user_guide|$)
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache