Hola tengo configurado un archivo htacces de esta manera pero cuando trato de ingresar a la ruta donde esta el index.php me da un error 503 podrian ayudarme.


Options +FollowSymlinks
RewriteEngine on

addtype application/x-httpd-php .html .htm

Rewritecond %{REQUEST_FILENAME} !-f
RewriteRule \.php$ /error404.html


RewriteBase /

RewriteCond $1 !^(\/|index\.php|system|application|promotion|pop_ups|support|blog|mod_css|mod_img|mod_scripts|includes|adm_img|adm_css|resize|views|templates|img|js|css|images|tester|system\/plugins|robots\.txt|language|css\/)

RewriteRule ^(.*)$ http://www.selvabananito.com/banana/index.php/banano/index/$1 [L]