inquota/CRM/master/.htaccess - Htaccess File

inquota/CRM/master/.htaccess

RewriteEngine on
    RewriteCond %{REQUEST_URI} !^public
    RewriteRule ^(.*)$ public/$1 [L]
    php_flag display_errors On
    php_flag apc.cache_by_default Off
    php_flag opcache.revalidate_freq 0
    php_value memory_limit 512M

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache