suissa/site/master/.htaccess - Htaccess File

suissa/site/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
  #RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond $1 !^(index.php|img|css|js|favicon.ico|robots.txt)
  RewriteRule ^(.*)$ ?/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>
  ErrorDocument 404 ?/
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache