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

bdelespierre/php-axiom/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
    # relative to server's root directory
    RewriteBase /~delespierre/php-axiom/
    RewriteRule ^$ application/webroot/     [L]
    RewriteRule (.*) application/webroot/$1 [L]
</IfModule>

php_flag short_open_tag 1
php_flag file_uploads 1
php_value upload_max_filesize 10M
php_value post_max_size 10M

On Github License

Files

Download PDF of Htaccess file

Comments

Apache