Posts

Showing posts with the label apache

How can I redirect everything but the index as 410?

How can I redirect everything but the index as 410? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the How can I redirect everything but the index as 410? error on your web browser.  Problem : Our site shut down and we need to give a 410 redirect to the users. We have a small one-page replacement site set up in the same domain and a custom 410 error page. We'd like to have it so that all page views are responded with 410 and redirected to the error page, except for the ...

Changing domain name - what are the practical steps involved [duplicate]

Changing domain name - what are the practical steps involved [duplicate] - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Changing domain name - what are the practical steps involved [duplicate] error on your web browser.  Problem : This question already has answers here : Closed 9 years...

Apache - How to NOT log 301 redirects

Apache - How to NOT log 301 redirects - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Apache - How to NOT log 301 redirects error on your web browser.  Problem : I recently re-designed my site and a lot of the URLs changed. I have already setup rewrite rules in Apache to redirect old URLs to the new URLs. That's all working. My question is, how can I get Apache to NOT log the 301 redirects? I only log the NEW url after the redirect is done. Solution : You could ...

Will a .com SSL certificate cover a redirecting .com.ar domain?

Will a .com SSL certificate cover a redirecting .com.ar domain? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Will a .com SSL certificate cover a redirecting .com.ar domain? error on your web browser.  Problem : we have a website with 2 different domains: www.example.com or example.com and www.example.com.ar or example.com.ar I want all requests redirected to www.example.com . I know I have to create two virtual hosts in Apache and in the .htaccess file for .com...

WordPress mod_rewrite redirect specific folders

WordPress mod_rewrite redirect specific folders - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the WordPress mod_rewrite redirect specific folders error on your web browser.  Problem : System: Debian Etch, Apache 2.2 I have a WordPress instance with multiple blogs. I would like to redirect some of the folders based on the year and month, while leaving other folders to go to the actual locations. Example: I have archives for a few years, like 2010, 2011 and 2012: http://...

Can I redirect the HTTP request towards an old folder to the homepage using .htaccess file?

Can I redirect the HTTP request towards an old folder to the homepage using .htaccess file? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Can I redirect the HTTP request towards an old folder to the homepage using .htaccess file? error on your web browser.  Problem : I have to following situation: I had an old blog that was made using Joomla (this blog was indexed well enough by search engines). For some problems I delete it and I have create it again using WordPr...

How to remove /index.html

How to remove /index.html - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the How to remove /index.html error on your web browser.  Problem : How to make redirect /index.html -> / in Apache? Redirect /index.html http://domain-name.com/ Is causeing infinite loop when opening home page. Solution : It is most likely causing an infinite loop as they are the same. The default pages in Apache are index.html and index.htm. If the browser does not request a file name t...

Redirect domain except those users coming from a specific IP address

Redirect domain except those users coming from a specific IP address - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Redirect domain except those users coming from a specific IP address error on your web browser.  Problem : I've got a Apache web server that serves 2 domains, now in my school one domain is blocked; one isn't (same webpage for the moment). I want that if people connect to my old domain (the one that isn't blocked) to get redirected, unless it c...

Redirect to HTTPS is missing a slash after the domain name

Redirect to HTTPS is missing a slash after the domain name - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Redirect to HTTPS is missing a slash after the domain name error on your web browser.  Problem : I just set up HTTPS on my server, and I have an issue with redirect permanent. Example: http://example.com/index.html redirects me to http://www.example.comindex.html . The / (tail ending slash) is missing and I can't figure out how to fix it. It works with http://...

How do I force a www subdomain on both HTTPS and HTTP?

How do I force a www subdomain on both HTTPS and HTTP? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the How do I force a www subdomain on both HTTPS and HTTP? error on your web browser.  Problem : For whatever reason I can’t seem to get this right. I’ve looked at many examples on here and on the Apache website. I’m trying to force www.example.com instead of example.com on both HTTP and HTTPS, but I am not trying to force use of HTTPS instead of HTTP. The following ...

Apache Redirect for Internal Traffic Only

Apache Redirect for Internal Traffic Only - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Apache Redirect for Internal Traffic Only error on your web browser.  Problem : We have a page, gateway.school.edu, where users have to fill out a recaptcha before being directed forward to our password reset. I would like any internal traffic, any user agent on our network with a 10., 172. or 192.* IP, to get passed through without having to fill out the recaptcha. So an intern...

Moving subdomain to a different hosting provider

Moving subdomain to a different hosting provider - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Moving subdomain to a different hosting provider error on your web browser.  Problem : Currently my subdomain is hosted within same webhotel as my main domain. I would like to change it to point another domain (website on Windows Azure). Subdomain should be accessible all the time during transition, from old or new location as long as it is not down. My webhotel uses Dire...

Apache redirect 301 /Path/aName/aName.html to /Path/aName.html not working

Apache redirect 301 /Path/aName/aName.html to /Path/aName.html not working - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Apache redirect 301 /Path/aName/aName.html to /Path/aName.html not working error on your web browser.  Problem : I think my web host, 1and1, is using Apache 2.4. As per title, I have a site where I have shortened the URLs to certain pages which have ended up being the sole pages in a given sub-directory, by moving them all into the parent directo...

How to redirect IP to domain?

How to redirect IP to domain? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the How to redirect IP to domain? error on your web browser.  Problem : My IP xxx.xxx.xxx.xx is pointing to example.com at GoDaddy but I just noticed that when I type the IP in browser, it doesn't redirect to the website, how can do this? I am sure this will happen through httpd.conf but unsure about what I need to add. Solution : You can use the .htaccess file to redirect from IP to dom...

redirection from non-www to www through HTTPS takes longer than HTTP

redirection from non-www to www through HTTPS takes longer than HTTP - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the redirection from non-www to www through HTTPS takes longer than HTTP error on your web browser.  Problem : I have enabled SSL for my site in the vhost file. I also have the redirection for the non-www to www over port 80: <VirtualHost 62.210.85.6:80> ServerName pretty-story.com Redirect permanent / https://www.pretty-story.com/ </VirtualHost...

Cannot find index for non www

Cannot find index for non www - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Cannot find index for non www error on your web browser.  Problem : The domain points to an A-Record name server, and as of now the name servers are defaulted to registrar (GoDaddy). I went into /var/www directory and edited index.html to <meta http-equiv="refresh" content="0; url=http://siteB.com/" /> , and now only www.example.com redirects to site B. non-www stil...

Redirecting using rewrite rules from international top level domains to a language subdirectory doesn't change the domain name

Redirecting using rewrite rules from international top level domains to a language subdirectory doesn't change the domain name - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Redirecting using rewrite rules from international top level domains to a language subdirectory doesn't change the domain name error on your web browser.  Problem : I want to change from TLDs to TLD and language code. Right now we have 4 TLDs for our webpage: example.de example.com example.n...

Is there an easier way to implement 301 redirects when converting a site to WordPress

Is there an easier way to implement 301 redirects when converting a site to WordPress - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Is there an easier way to implement 301 redirects when converting a site to WordPress error on your web browser.  Problem : I have just converted a website to WordPress. The old site has hundreds of hard-coded html files, and the new site does not match the old site's directory structure or file naming system (bad SEO in the original s...

htaccess redirect pages that don't exist

htaccess redirect pages that don't exist - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the htaccess redirect pages that don't exist error on your web browser.  Problem : I have a website that has a little over 100 members. Each member gets a replicated website, and by default the software we use sets up their replicated website at a url like: domain.com/?username "username" being the username they registered with. What I'm wanting to do is allow the u...

How to approach redirecting thirty domains?

How to approach redirecting thirty domains? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the How to approach redirecting thirty domains? error on your web browser.  Problem : I have a client with thirty some domain names. All bought for the reason of being close to a competitors domain. They want them all to redirect to their main portal. Right now I have them pointing to the main portal but that obviously only does this: www.competitors-site.example -> goes to ww...