radumargina/webstyle-antcr/master/.htaccess - Htaccess File

radumargina/webstyle-antcr/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond $1 !^(index.php|assets|uploads|media|robots.txt|js|css)
    RewriteRule ^(.*)$ ./index.php?/$1 [L]
</IfModule>

<Files ~ ".(htm|html|css|js|php)$">
   AddDefaultCharset UTF-8
   DefaultLanguage en-US
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache