Glaived/GDRSS/dev-preview/web/.htaccess - Htaccess File

Glaived/GDRSS/dev-preview/web/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on

  ## Si vous voulez forcer l'adresse en www.
  # RewriteCond %{HTTP_HOST} !^$
  # RewriteCond %{HTTP_HOST} !^www. [NC]
  # RewriteCond %{HTTPS}s ^on(s)|
  # RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

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

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_FILENAME, REQUEST_URI

Comments

Apache