alexgleason/prototypes-twig/master/.htaccess - Htaccess File

alexgleason/prototypes-twig/master/.htaccess

<IfModule mod_rewrite.c>

  RewriteEngine On
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d

  # For installation into the root directory
  RewriteRule (.*) /index.php [L]

  # For installation into a subdirectory
  # RewriteRule (.*) /subdir/index.php [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache