| Server IP : 103.243.232.44 / Your IP : 216.73.216.237 Web Server : LiteSpeed System : Linux server17213-10344.hostycare.online 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64 User : iamakash ( 1400) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/iamakash/public_html/shaurya.meals28.com/ |
Upload File : |
# Shaurya — PHP overrides for large Excel uploads
# Using <IfModule> so it works on both Apache and LiteSpeed
<IfModule mod_php.c>
php_value upload_max_filesize 50M
php_value post_max_size 60M
php_value max_execution_time 300
php_value memory_limit 512M
php_value max_input_time 300
</IfModule>
# Protect sensitive files from direct access
<FilesMatch "\.(sql|json|lock|md|docx|py|ini)$">
Require all denied
</FilesMatch>
# Block direct access to config, lib, includes, sql directories
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(config|lib|includes|sql)/ - [F,L]
</IfModule>
# Redirect 404s to home page
ErrorDocument 404 /404.php