Logo white

Alexey Boroda / demo-core

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • demo-core
  • .htaccess
  • first commit
    ee3cea15
    Alexey Boroda authored
    2018-01-02 15:57:58 +0200  
    Browse Code ยป
.htaccess 166 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
AddDefaultCharset utf-8

RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php