<IfModule mod_rewrite.c>
    RewriteEngine On
    
    RewriteRule ^veritral_api/?$ api/veritral_api.php [L]

        <IfModule mod_php.c>
            php_flag display_errors off
        </IfModule>

  Options -Indexes
   
   
   

    
    # .php uzantılarını gizle
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^([^\.]+)$ $1.php [L]
    
    </IfModule>
# DO NOT REMOVE THIS LINE AND THE LINES BELOW IPALLOWID:tsBntdue0n
<IfModule mod_authz_core.c>
    Require all granted
</IfModule>
<IfModule mod_access_compat.c>
    Order allow,deny
    Allow from all
</IfModule>
# DO NOT REMOVE THIS LINE AND THE LINES ABOVE tsBntdue0n:IPALLOWID

