2017 © Pedro Peláez
 

library bi

image

jedmiry/bi

  • Wednesday, July 23, 2014
  • by jedmiry
  • Repository
  • 1 Watchers
  • 3 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Server Configuration

Apache

Write in your .htaccess the following code:, (*1)

AddDefaultCharset UTF-8

<IfModule mod_rewrite.c>
    RewriteEngine On

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

    RewriteRule ^(.*)$ index.php [L]
</IfModule>

<IfModule !mod_rewrite.c>
    ErrorDocument 404 index.php
</IfModule>

The Versions

23/07 2014

dev-master

9999999-dev

  Sources   Download

MIT