delacuesta13/Sigabu/master/public/.htaccess - Htaccess File

delacuesta13/Sigabu/master/public/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
  
  # http://betacontinua.com/blog/2008/12/24/cakephp-problemas-al-subir-la-aplicacion-a-tu-hosting/
  RewriteBase /sigabu
 
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
 
  RewriteRule ^(.*)$ index.php?url=$1 [PT,L]
</IfModule>

<IfModule !mod_rewrite.c>
  ErrorDocument 404 index.php
</IfModule>

Options -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache