Tagged Questions
0
votes
2answers
118 views
Is 301 redirect sufficient to solve WWW and HTTP/S duplication?
I was reading about this article - SEO preference for WWW or HTTP:// protocol redirection? Do www websites rank better than NON-www?
I have same problem but I needed a help on this further. What ...
-2
votes
2answers
119 views
My forum HTTP redirect won't work .htaccess? [closed]
Yeah, I already have this code "DirectoryIndex Forum-The-Lounge.html index.php" at the top of my .htaccess
And I want my site to redirect into a sub-forum like http://mebes.net? My site is ...
7
votes
2answers
764 views
What are the Consequences for using Relative Location Headers?
According to the spec, Location headers used in a redirect require a server name
HTTP/1.1 301 Moved Permanently
...
Location: http://example.com/foo/baz/bar
However, in 2012, most web browsers will ...
0
votes
3answers
309 views
Google search results are invalid
I'm writing a program that lets a user perform a Google search.
When the result comes back, all of the links in the search results are links not to other sites but to Google, and if the user clicks ...
1
vote
2answers
1k views
HTTPS To http redirect issue. How to overcome?
Have already seen suggests on how to rewrite https to http. currently using this technique :
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^(.*)$ http://www.mysite.com/$1 [L,R=301]
RewriteRule ^(.*)$ ...
0
votes
2answers
159 views
Alternative to nofollow: custom 302 url shortener?
Here's the scenario: lots of blogging platforms make it tedious to insert nofollow into links within the post content. I.e., you need to edit the html, format it correctly, etc.
I have a client who ...
3
votes
2answers
1k views
I used a 301 Permanent Redirect to a 3rd party site by mistake! Can I stop the redirection?
Oh Noes!
I've been parking a domain name for a friend/client of mine on my hosting provider (Dreamhost, FWIW) for a while, and they eventually asked me to redirect their domain to a 3rd party website ...
4
votes
1answer
644 views
Redirect from SSL HTTPS to HTTP (NO SSL)
Many of my visitors have bookmarked my site already with https://mydomain.com. Under the bad advice of a programmer I have put my whole site (Joomla) using SSL.
I do not sell anything or provide any ...
1
vote
2answers
2k views
How to forward a [sub]domain to another address? (not just HTTP!)
I have bought domain1.me from GoDaddy... (yeah, I know... but ME domain registrars seemed quite hard to find...) I'm mainly hosted at 1and1. I have registered subdomain sub1.domain1.me and redirected ...
2
votes
3answers
555 views
Why is a # sign added to the end of URLS?
Note: I'm asking this from the perspective of the site developers (trying to help someone there). not as a user. Please don't forward this to superuser.com. It's a server admin question.
Have a look ...