htaccess all
New Redirect all requests and all links to new domain - Working
RewriteEngine On RewriteCond %{HTTP_HOST} ^quran.amuslim.org$ [NC,OR] RewriteRule (.*)$ http://quran.aislam.org/$1 [R=301,L]
Old working
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # restrict directory listing
Options -MultiViews -Indexes
#remove .php RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC,L]