Maintainers

Details

github.com/jedmiry/Bi

Source

Issues

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jedmiry/bi

dev-master 2014-07-23 14:45 UTC

This package is not auto-updated.

Last update: 2025-10-07 06:48:33 UTC


README

Apache

Write in your .htaccess the following code:

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>