Ok so when I create php file on root of my server I get

500 Internal Server Error

This is my htaccess

PHP Code: 
ServerSignature Off
Options 
-Indexes

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule 
^apiapi.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
index.php [L]
</
IfModule>

ErrorDocument 400 default
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default 

What should I change?
John Reviewed by John on . .htaccess question (I think)? Ok so when I create php file on root of my server I get 500 Internal Server Error This is my htaccess ServerSignature Off Options -Indexes <IfModule mod_rewrite.c> Rating: 5