tomeightyeight/general-election-polling/master/.htaccess - Htaccess File

tomeightyeight/general-election-polling/master/.htaccess

<IfModule mod_rewrite.c>
    Options -MultiViews

    RewriteEngine On
    
    #RewriteCond %{REQUEST_FILENAME} !-f
  
  # Rewrite requests to application entry point (app.php)
  RewriteRule ^(public)($|/) - [L]
  RewriteRule ^ index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache