EESoc/eesoc-website/master/public/.htaccess - Htaccess File

EESoc/eesoc-website/master/public/.htaccess

<IfModule mod_rewrite.c>
    Options -MultiViews
    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^www.eesoc.com
    RewriteRule ^(.*)$ https://eesoc.com/$1 [L,R=301]

  RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache