PDA

View Full Version : How to redirect a url without www ?



Deepak5
12-26-2017, 07:21 AM
Hello friends,

I want to know that How to redirect a URL without WWW? it is true or Not..!




______________________________________
graphic designer company in ludhiana (http://www.vismaadlabs.com/graphic-designing.html)

alpa
12-26-2017, 08:26 AM
Click on the Redirects icon under the Domains area of your cPanel home page. Select your domain name from the drop down menu on the next line. In the redirects to text box, type in the full URL of your domain, without the www (e.g. http://yourdomain.com). Select the radio button next to Only redirect with www.

24x7servermanag
12-26-2017, 08:38 AM
You should add the redirection code in .htaccess file or you can add the redirection code in cPanel. It will help you to add the redirection.

dennis123
12-27-2017, 12:08 AM
Log in to your Account Manager.
Next to Domains, click Manage.
Select the domain names you want to forward.
Click Forward, and then select Forwarding Domains.
Click Add Forwarding.
Enter the URL you want to forward your domain name to.
Select your Redirect type.

raheel
12-27-2017, 01:16 AM
Hello friends,

I want to know that How to redirect a URL without WWW? it is true or Not..!




______________________________________
graphic designer company in ludhiana (http://www.vismaadlabs.com/graphic-designing.html)

.htaccess text file will you in this issue.

Nirala
12-27-2017, 02:59 AM
You can redirect through .htaccess file.

davidsmith21
12-27-2017, 03:08 AM
Click on the Redirects symbol under those Domains range about your cPanel home page. Select your space name starting with those drop down menu on the next accordance. In the redirects with quick box, kind in the full url for your domain, without the www (e. G. Http://yourdomain. Com). Select those radio catch following with just redirect for www.

Dipali Rao
08-14-2018, 07:38 AM
Hello friends,

I want to know that How to redirect a URL without WWW? it is true or Not..!




______________________________________
graphic designer company in ludhiana (http://www.vismaadlabs.com/graphic-designing.html)


Use .htaccess file to solve your issue...

lushi
08-14-2018, 09:28 AM
Log into your cPanel. Find the Files category and click on the File Manager icon. Click Settings at the top right corner. Choose the document root for the domain you are working with and be sure the checkbox next to Show Hidden Files is checked.

dombowkett
08-14-2018, 01:07 PM
301seo redirect is best methods to fix www & non www issue.

Neo_5678
08-16-2018, 01:49 AM
What do you actually mean?


.htaccess text file will you in this issue.

GuruJi
08-18-2018, 04:24 AM
You can make the 301 redirections to redirect all the URLs to non www by using the following code in your .htaccess file

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]

Akash-Varma
08-27-2018, 03:39 AM
You should add the redirection code in .htaccess file or you can add the redirection code in cPanel. It will help you to add the redirection.

Exactly,you can add redirection code in .htaccess file for redirect

stellasweety
08-27-2018, 07:28 AM
click on the Redirects image under those Domains extend about your cPanel landing page. Select your space name beginning with those drop down menu on the following agreement. In the sidetracks with fast box, kind in the full url for your area, without the www (e. G. Http://yourdomain. Com). Select those radio find following with simply divert for www.

Sara James
08-28-2018, 12:43 AM
You need to make it clear first that what you are asking, do read your thread before posting

Hello friends,

I want to know that How to redirect a URL without WWW? it is true or Not..!




______________________________________

vashimantra
08-28-2018, 01:20 AM
You can use code in htaccess as well as use 301 redirection.

Akash-Varma
09-03-2018, 09:16 AM
Hello friends,

I want to know that How to redirect a URL without WWW? it is true or Not..!




______________________________________
graphic designer company in ludhiana (http://www.vismaadlabs.com/graphic-designing.html)

I think you should submit redirection in .htaccess file..try it once..and see your results ASAP...

roycpo
10-31-2018, 10:23 AM
URL redirection, also called URL forwarding, is a World Wide Web technique for making a web page available under more than one URL address. When a web browser attempts to open a URL that has been redirected, a page with a different URL is opened.