SirIdeas/amathista/master/public/.htaccess - Htaccess File

SirIdeas/amathista/master/public/.htaccess

<IfModule mod_rewrite.c>

  Options +FollowSymLinks
  RewriteEngine On
  # RewriteBase /

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule . index.php [L]
  RewriteRule ^$ index.php [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache