.htaccess redirects too many times – Apache
I have written a .htaccess for the subdomain but it redirects too many times. my complete code looks like RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ http://subdomain/$1 [R,L] RewriteEngine On RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.*)$…