bdelespierre/php-axiom/master/application/webroot/.htaccess - Htaccess File

bdelespierre/php-axiom/master/application/webroot/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    # relative to server's root directory
    RewriteBase /~delespierre/php-axiom/
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !favicon.ico$
    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache