Skip to content
Snippets Groups Projects
Select Git revision
  • 36259f4f067da98dd84aadaf4e3c4f1103854181
  • master default protected
  • tomekn-master-patch-34274
3 results

.htaccess

Blame
  • .htaccess 216 B
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /
      RewriteRule ^index\.shtml$ - [L]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /index.shtml [L]
    </IfModule>