 ErrorDocument  404  https://elctelvdchurch.info/404.php
RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\0-9]+)$ $1.php [NC,L]
#RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
#RewriteRule ^profile/([^/]*)/([^/]*)\.html$ profile.php?id=$1&user=$2 [L]