digital-ghost/scanlab/master/.htaccess - Htaccess File

digital-ghost/scanlab/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,QSA]
</IfModule>

php_value upload_max_filesize 10M
php_value post_max_size 10M
php_value memory_limit 32M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache