How to redirect old URL to new URL ?

Step 1:  Create/Edit a file .htaccess in the documbent root (public_html / www folder)
of your hosting account and put the code below inside .htaccess file :

#----------------------------------
Options +FollowSymlinks
RewriteEngine on
rewriterule ^old-page.php(.*)$ https://your-new-url.com/new-page.aspx$1 [r=301,nc]
#----------------------------------

Step 2: Replace your page name in last line of above code, 
add your old url first by replacing "old-page.php" and
add new url where you see "https://our-new-url.com/new-page.aspx"

Step 3: Save & upload file into your old hosting server and you done !

Now your old domain name reffer visitors to your new domain name.


Hjalp dette svar dig?

 Print denne artikel

Læs også

How to force all web traffic to use HTTPS ?

// // SSL Certificate Properly Installed & Working Require, To Use It.If you've no SSL...

How to redirect domain with www ?

Step 1:  Create/Edit a file .htaccess in the documbent root (public_html / www folder)of your...

HOW TO INCREASE FILE UPLOAD SIZE IN ZPANEL / SENTORA

Increasing Max Upload Size in ZPanel / SENTORA / Linux VPS / CentOs 6 ZPanel / Sentora server...

How to change MySQL mode / Remove ONLY_FULL_GROUP_BY?

How to change MySQL mode / Remove ONLY_FULL_GROUP_BY?Method 1:Remove ONLY_FULL_GROUP_BY from...

How to redirect old domain to new domain ?

Step 1:  Create/Edit a file .htaccess in the documbent root (public_html / www folder)of your old...