# Disable Directory Browsing
Options All -Indexes

#ErrorDocument 400 https://www.kafeeltraders.com/400.html
#ErrorDocument 403 https://www.kafeeltraders.com/403.html
#ErrorDocument 404 https://kafeeltraders.com/click/finance/404.html
#ErrorDocument 500 https://kafeeltraders.com/salepoint/500.html
#ErrorDocument 503 https://kafeeltraders.com/salepoint/503.html

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php




# protect phpinfo
<Files php-info.php>
	Order Deny,Allow
	Deny from all

</Files>



    #Session timeout
    #php_value session.cookie_lifetime 1200
    #php_value session.gc_maxlifetime 0
    
    

    
    #RewriteEngine On
    #RewriteRule .* - [E=noabort:1]
    #RewriteRule .* - [E=noconntimeout:1]
    
  