fcarribero/website/master/.htaccess - Htaccess File

fcarribero/website/master/.htaccess

Options FollowSymLinks
<IfModule mod_rewrite.c>
    RewriteEngine on
     
    RewriteRule ^(en.*)$ index.php?/$1 [L]
    RewriteRule ^(es.*)$ index.php?/$1 [L]
</IfModule> 
 
<IfModule !mod_rewrite.c>
    ErrorDocument 404 /index.php
</IfModule>

<Files config.json>
    Order Allow,Deny
    Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache