Logo white

Administrator / test_6

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • test_6
  • frontend
  • web
  • .htaccess
  • first commit
    d87bdb77
    Administrator authored
    2015-11-02 11:08:23 +0200  
    Browse Code ยป
.htaccess 145 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php

Options -Indexes