/.htaccess

https://bitbucket.org/haloweb/halogy-1.0/ · #! · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · b114fbba6548ebe2554dc7d9495835d2 MD5 · raw file

  1. RewriteEngine On
  2. RewriteCond %{REQUEST_FILENAME} !-f
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteRule (.*) index.php/$1 [L]