Questions tagged [no-www]

The process of eliminating the usage of WWW to prefix URLs.

The process of eliminating the usage of www to prefix URLs, for instance by redirecting users from http://www.example/ to http://example/. www is by many considered a dead and unnecessary practice.

256 questions
-1
votes
2 answers

How to redirect non www and http to https with www?

How to redirect non www and http to https with www via htaccess? I want to redirect old folder to home page like http://.test.com/test1/about.php to https://www.test.com
-1
votes
2 answers

remove www in htaccess for directory

I have a website that I have created on one of its folders. Now I want to delete the site with the command. My page is located here
Mpzed
  • 11
  • 3
-1
votes
1 answer

www Error determining IP Addresses

I have deployed a VM on Azure and assign the Reserve IP address like 52.168.xxx.xxx to a host like xxx.xxxx.com Now when i try to check the IP Address for my host name like this(without www.) -- xxx.xxxx.com It returns me the right IP Address But…
Istiak Mahmood
  • 2,330
  • 8
  • 31
  • 73
-1
votes
1 answer

config.php in opencart http:// & www error

I have changed config file in opencart from http://mywebsite.in/ to http://www.mywebsite.in/ . Now the problem is when i visit mywebsite.in, the website doesn't work. How can i redirect to www or http. do i need to do something in…
Aditya
  • 25
  • 1
  • 7
-1
votes
1 answer

No wwwin google websites like Google play

This may seem to be a stupid question But I recently noticed that some of the Google websites like Google play, Google drive have URL's which do not contain ' www' in them. I'll be grateful if someone could explain the meaning of the parts of an…
Sukumar Gaonkar
  • 147
  • 2
  • 12
-1
votes
3 answers

Transform class text to my domain name without http and www

Using jquery or any script, how to change Text inside semantic

and

with class='site-title' on my
to my domain name without http://, www. and permalink path. Source:

My Blog…

Kamarul Anuar
  • 312
  • 4
  • 16
-1
votes
2 answers

how to redirect domain from www to non www?

I have wabsite called vdo24.com ,it works with both www and non-www prefix. but i want redirect to http://vdo24.com from http://www.vdo24.com i tried many combination in my .htaccess file : but non of this works ,i don't know why ? 1-->> RewriteCond…
ketul shah
  • 413
  • 2
  • 7
  • 17
-1
votes
2 answers

jQuery WWW error

I'm developing a website and the forms rely on jQuery $.ajax which will post the data and then send back a result. But I have a problem. If I access the site through 'http://site.com/' and click the submit button on a form, it works no…
Mark Eriksson
  • 1,455
  • 10
  • 19
-2
votes
2 answers

Azure web app - Godaddy redirect www to non-www

I try to redirect my Azure web app from www.website.com to website.com and I cannot find a way. I already check many solutions online and follow the steps, like here: Redirect from non www to www, do I need two app services in azure? but no luck. In…
Giorgia Sambrotta
  • 1,133
  • 1
  • 15
  • 45
-2
votes
1 answer

How to set up no-www with AWS?

I own a site on AWS with Route 53. I want the site to be accessible without the www at the beginning, but am having trouble. For the example the site name is domain.com. What I've attempted is creating an A record in the Record Set for my Route 53…
Jerry D
  • 381
  • 11
  • 25
-2
votes
1 answer

.htaccess non www to no www SSL and www to www SSL

I have searched every where and tried various .htaccess configurations, but haven't found an answer. With access to only the .htaccess file I want to: Direct NON www to NON www SSL Example: http://example.com -> https://example.com AND Direct www to…
-2
votes
1 answer

Was this site hacked? URL redirects when "www" removed.

I'm trying to figure out whether a website I use was hacked. When I access the site via www.site-name.com, I'm taken to the website. However, when I access the site without the "www," i.e. site-name.com, I'm taken to a different website. Why is this…
-2
votes
1 answer

Force the www rewrite cond issue

I am trying to redirect my example.com to WWW.example.com for this I have used some code in .ht-access file the code is # Force the "www." RewriteCond %{HTTP_HOST} !^www\.topseonow\.com$ [NC] RewriteRule ^(.*)$ http://www.topseonow.com/$1…
Trend Snaps
  • 198
  • 4
  • 15
-2
votes
1 answer

Link Juice Prioritize www. and domain name

Our company ran a site audit on a very basic one-page website and is receiving this warning. "Normally, a webpage can be accessed with or without adding www.to its domain name. If you haven't specified which version should be prioritized,…
Benjamin
  • 697
  • 1
  • 8
  • 32
-4
votes
3 answers

Redirect www and index.html to root non-www .htaccess

I want to make a rule in my .htaccess file, to redirect my www.example.com and www.example.com/index.html to example.com Thanks
1 2 3
17
18