Answers for ".htaccess code for redirection"

0

htaccess redirect https to http

RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Posted by: Guest on July-22-2020
0

.htaccess Redirects

Redirect /old_dir/ http://www.yourdomain.com/new_dir/index.html
Posted by: Guest on December-03-2021

Code answers related to ".htaccess code for redirection"

Browse Popular Code Answers by Language