mes113/admin_panel/master/.htaccess - Htaccess File

mes113/admin_panel/master/.htaccess

AddDefaultCharset utf-8

php_value upload_max_filesize 50M
php_value post_max_size 50M

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache