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]
Files
