holumyn/jace-project/master/.htaccess - Htaccess File

holumyn/jace-project/master/.htaccess

<IfModule mod_rewrite.c>
    #Require all denied
  
  RewriteEngine On
  
  RewriteBase /jace/
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond $1 !^(index.php|js|img|css|captcha|robots.txt)
  RewriteRule ^(.*)$ /jace/index.php/$1 [L]
</IfModule>
<IfModule !mod_rewrite.c>
    Allow from all
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache