leord/solar/master/admin/.htaccess - Htaccess File

leord/solar/master/admin/.htaccess

# Make sure directory listing is disabled
Options +FollowSymLinks -Indexes
RewriteEngine on

# Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?/$1 [L]

php_value upload_max_filesize 99999M
php_value max_file_uploads 99999
php_value max_execution_time  99999
php_value post_max_size 99999M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache