zodiak2290/SistemaBiblioteca/master/.htaccess - Htaccess File

zodiak2290/SistemaBiblioteca/master/.htaccess

Options FollowSymLinks

<IfModule mod_rewrite.c>
    
  RewriteEngine on

  RewriteEngine on
 
  RewriteCond $1 !^(index.php|css|js|images|assets|csv|font|components|pdf|robots.txt)
 
  RewriteRule ^(.*)$ /index.php/$1 [L]
  

</IfModule> 
 

<IfModule !mod_rewrite.c>

 ErrorDocument 404 /index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache