Tagged Questions
2
votes
1answer
339 views
301 Redirect from www to non-www without using VHOST
I have my web application running on EC2 with Apache. I want to redirect www to non-www. On searching Google, I used this but it leads to redirect loop:
<VirtualHost *:80>
ServerName ...
2
votes
2answers
95 views
Deleted files still accessible without www in url
I have deleted all files and all hidden files off my server, there is nothing but log files which cannot be deleted.
Ironically, files are accessible when nothing is there. Cache cleared, multiple ...
0
votes
1answer
22 views
Add a record in my panel route my domain from host.com to www.host.com in dot net panel [duplicate]
Is there a way to enter a new register to route all the request to myhost.com to www.myhost.com in the dot net panel.
0
votes
1answer
1k views
.htaccess non-www to www rule seems to work but the URL isn't changing in the address bar
On a joomla site, apache, shared hosting, I'm using next .htaccess rule:
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
The problem is that the browser's ...
1
vote
1answer
630 views
I'm using a CNAME to send www. traffic to domain without www. Will this hurt my SEO? [duplicate]
Possible Duplicate:
Does the “canonical name” in DNS make any difference to search engines?
Mu understanding is that CNAME should be used for subdomains and www is just another ...
0
votes
2answers
355 views
domain.com to www.domain.com .htaccess redirect working except one subdir
I've setup a redirect in .htaccess to consolidate domain.com to www.domain.com traffic on our Apache server.
Looks like this:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ...
2
votes
3answers
134 views
Site not accessible without www in url - Error 400 bad request
A site that I am developing works with the format www.domain.com but when typing the domain without the www i.e domain.com I receive a error 400 bad request. How can I enable non-www for my site.
5
votes
2answers
242 views
Website on S3: Multiple subdomains to one Bucket?
I'd like to host a website on Amazon S3. What's the best practice to make a site accessible from both example.com and www.example.com?
0
votes
3answers
806 views
When using Google Sites with a Godaddy domain, how do you alias example.com to www.example.com?
I know how to do this in an Apache2 config file and my own DNS configuration... But here I'm forced to host the site at Google Apps and the DNS at Goddady.com. What's the easiest way to alias ...
1
vote
1answer
362 views
How do I hide a 301 redirect from my root domain?
I was analyzing my webpage SEO using an online tool where I saw that my http status for my root domain name www.caliberequipment.com was resulting in a 301 redirect to ...
2
votes
1answer
236 views
Will a 301 redirect help in maintaining proper page rank?
I have http://www.example.com/article
Due to rampant content development by authors in my site, http://example.com/article has also been widely indexed by Google.
Now, both are there roughly in ...
1
vote
1answer
279 views
godaddy url forwarding while keeping relative path
I'm hosting my website on Google app engine and my domain name on Godaddy.
Google app engine does not allow you to have naked URLs. So it doesn't allow you to have example.com but does allow you to ...
4
votes
3answers
1k views
What is the best way to redirect my naked domain?
I have example.com, which points to web server using A records, I want to redirect all traffic from www.example.com to example.com.
As far as i know these are methods,
301 HTML redirect from www to ...
2
votes
2answers
177 views
Different data for www and no-www in Google Webmasters Tools
My Webmasters Tools home page contains example.com and www.example.com in the sites section.
There is a rewrite rule (301 redirect) on my server that redirects all requests from www.example.com to ...
2
votes
3answers
893 views
Proper way to move Google Analytics code from one site to another one
Currently, I use Google Analytics for www.example.com. example.com is also added to GA and shows "Tracking not installed".
Recently I added rewrite rule (301 redirect) to redirect all requests from ...