0
votes
1answer
16 views

Using regular expression in htaccess for 301 redirects

I have a Wordpress blog where I am redirecting blog posts from my old blog to my new blog in the format below: The old blog is called 'News' and the new blog is simply called 'Blog' - both exist on ...
0
votes
2answers
14 views

Pattern match 301, retaining one querystring parameter

Been scratching my head over this one. I have a URL format I need to redirect and only need one part of the querystring. Example URL: ...
0
votes
1answer
22 views

Safely redirect old Wordpress blog links to new WP blog

I have two Wordpress blogs on the same domain, (one called 'News' and another called 'Blog') I am moving across all the content from the 'News' blog to the 'Blog' blog but I need to setup the 301 ...
0
votes
1answer
49 views

301 redirect help - .htm removed and few urls changed

I'm moving content from an old dreamweaver site to a new wordpress site, all file names are the same, except the new wordpress one's don't have the .htm at the end. Some category/subcats slugs are ...
0
votes
0answers
12 views

Getting an infinite 301 redirect loop in webmaster tools, but not in the browser

I'm working a site with a number of subdomain 'homepages' for countries, like this: site.com/unitedstates site.com/canada site.com/mexico Within these directories are pages and other subdirectories ...
0
votes
1answer
17 views

New htaccess file - 301 re-directs and trailing slash

I am new here, I really need help I am creating a new site with opencart version 1.5.5.1 & I have tried creating my own htaccess file but it is not doing what I want it to do. I have tried a lot ...
0
votes
1answer
22 views

About using Rewriterule .? & {REQUEST_URI} variable to redirect all old domain to new

Is it correct to use RewriteRule .? http://www.newdomain.com%{REQUEST_URI} [L,R=301] to redirect all pages from old domain to new domain (including 404)? I have it in one of my htaccess. It works ...
1
vote
2answers
23 views

difference between RewriteRule ^(.*)$ & RewriteRule (.*)$

When moving all pages from old domain to new domain, i noticed some people added a ^and other not in rewriterule What is the different between RewriteRule ^(.*)$ http://mynewdomain.com/$1 [R=301,L] ...
0
votes
0answers
18 views

301 redirect going to old page name

I am trying to redirect a previous site (natural-alternative-solutions.com) to a new WordPress site (www.hormonesolutionscenter.com). The standard 301 Redirect did not work, but RedirectMatch did. ...
0
votes
0answers
10 views

How to 301 url which are getting generated automatically with dots

My webmaster showing some urls ending with dots - showing as duplicate url of the sam econtent http://www.xyz.com/index.php?option=com_news&view=detail&n_id=170&ite.. ...
0
votes
0answers
24 views

.htaccess mass URL 301 redirect tricks

I've not seen an answer for this mass 301 redirect issue specifically... Can anyone let me know how to do this.... category/brand URLs: redirect: /ID-some-brand (e.g. /43-religion-clothing or ...
0
votes
0answers
51 views

301 redirect -new link structure of website

i am converting an old zencart site to opencart with new design. every thing is done, i have also enabled SEF urls in opencart so my opencart links look like ...
0
votes
0answers
4 views

.htaccess 301 redirect from directory to new domain refuses to work

I'm trying to redirect everything from olddomain.com/directory to www.newdomain.com. I tried placing the following in an .htaccess in the directory which I wanted to redirect (not the old domain's ...
0
votes
1answer
16 views

301 redirect from URL including unicode chacters

Tried all possible methods can't make it work. Your help is my last chance! Have an old and new wordpress website at the same domain. Trying to 301 redirect from: mywebsite.com/שלום or its encoded ...
0
votes
1answer
18 views

Redirect website folders splitted into two different domains with htaccess

I am looking forward changing my oldomain.com and everything under its language folders oldomain.com/en and oldomain.com/it to newdomain.com for the first and newdomain.it for the latter. I now need ...
0
votes
0answers
28 views

Webmaster does not detect 301 redirect and treat it as duplicate

I webmaster, I've got all my pages treated like duplicate tags / description when I have done 301 redirect properly and tested on: http://htaccess.madewithlove.be/ it works fine and detect the ...
0
votes
1answer
25 views

How to point www to non www for window server alternative iis

How to point www to non www in this website http://www.bossmaninternational.com , in window , not support control panel IIS, any coding method recommend ?
0
votes
0answers
21 views

Domain change 301 redirect individually only some pages and all other pages to another URL

I am moving a domain to another domain. I need to redirect some specific pages of the old domain to some specific pages on new domain with 301 via htaccessm but I also need to redirect all other more ...
0
votes
1answer
20 views

How do i redirect a domain while displaying the old address?

I've generated a .htaccess file using the host service to 301 permanent redirect from an empty subdomain to the new subdomain page in a folder. sejur-avion.old-domain.com --> ...
0
votes
1answer
21 views

Trying to redirect one page to another, but my redirect rule doen't respond

I've removed and/or combined a couple of pages on a site, And now I need to set up a 301 redirect. I thougt doing so in my .htaccess was my best bet, but the rules I trying to add doesen't get noticed ...
0
votes
1answer
16 views

Redirection of subdirectory to totally new domain

I've got a site merge that's a little confusing. The old site lived at: oldsite.com/Subdirectory The new site lives at: newsite.com/ I'm unsure as where to put my .htaccess 301 redirects. Do I put ...
3
votes
2answers
30 views

301 redirecting pagination with get variables

I'm trying to set 301 redirects on pages that have 'page=1' in the URL to stop duplicate content issues. e.g. http://www.domain.com/reviews/?page=1 to http://www.domain.com/reviews/ I've tried all ...
0
votes
1answer
44 views

Canonical https and www [closed]

Apologies if this seems pretty simple to some folk. In the past I have set up 301 redirects with that snippet of code that is all over the internet: Options +FollowSymlinks RewriteEngine on ...
-2
votes
1answer
29 views

redirect some html url from maindomain to subdomain [closed]

how can I with redirect 301 down urls redirect to subdomian ... for example http://www.site.com/ftopict-20046.html to subdomain.site.com/ftopict-20046.html my urls in site : ...
0
votes
2answers
28 views

htaccess stuck in endless loop

Ive put an htaccess file on a site with the following <Files ~ "^\.(htaccess|htpasswd)$"> deny from all </Files> RewriteEngine on RewriteCond %{HTTP_HOST} ...
-1
votes
2answers
52 views

how can with redirect 301 some urls from main site to subdomain [closed]

I have many urls on my main site. I rewrite this url's in my .htacces. I want to redirect these url to my subdomain. for example . if the url is http://www.mysite.com/modules.php?name=Forums ...
1
vote
3answers
120 views

301 Redirect - variable in the old url

I have several urls on a Joomla site which have been indexed and I need to 301 redirect them into some new pages. The old URL is formed like this: ...
-1
votes
1answer
37 views

Htaccess redirecting the opposite way? [closed]

Here's the website I am working on: http://easyclickpro.com When you hover over any of the links you see them correctly (e.g. easyclickpro.com/about/ ). But, when you click on them they are ...
0
votes
2answers
87 views

Case-insensitive htaccess 301 [closed]

I have about 300 redirects in the following format Redirect 301 /post/My-Blog-Post.aspx https://www.example.com/blog/a-new-post/ That works great expect it's case sensitive and going to ...
1
vote
1answer
54 views

How to not pass parameters in 301 redirect?

I want to redirect the following two links: /catalog/yogicchai/rooibos-masala-chai-naturally-caffeine-c-84.html?infoBox=5 (category link) ...
1
vote
2answers
39 views

301 redirect with .htaccess - redirect if www is included or not

I've got the following 301 redirect in my .htaccess RewriteCond %{QUERY_STRING} ^$ RewriteRule ^old-site\.com,$ http://www.new-site.com/? [R=301,NE,NC,L] If i visit old-site.com I am ...
-1
votes
1answer
26 views

How can I do a 301 for URLS containing a certain word?

I'm not good with Regex at all so bear with me. I want to do a 301 redirect for the following: http://{mydomain.com}/searches/{whatever}?{whatever}={whatever} => http://mynewdomain.com/ Can ...
0
votes
1answer
48 views

instead of 404 error, redirect to other site using htaccess

We've moved a site to another domain and setup the htacess as bellow, but how can i set a rule "if page dosnt exist - (ie 404 error) redirect to new site homepage." To be used as a fall back, if ...
1
vote
2answers
54 views

301 Redirect: remove middle folder structure but preserve end file

Wordpress installation. Indexed Files = http://www.mydomain.com/blog/somecontent New structure = http://www.mydomain.com/somecontent Need to remove the /blog/ and 301 redirect to /somecontent ...
0
votes
1answer
51 views

301 Redirect in htacess. Matching Page IDs

I would like some help creating an htaccess 301 redirect for the below type of url. In total there's around 500 or so products but rather than write a redirect for every url, which would be very ...
1
vote
1answer
86 views

Redirect all pages from one domain to another

I have seen several questions about 301 redirects from one domain to another. This question refers to something of a special situation. I have a website domain1.com which is points to ...
0
votes
1answer
57 views

301 redirect, redundant index.php

I have one problem. I want to redirect my website address from www.lapnet.net.pl to lapnet.net.pl via 301 redirect in htaccess. Always when I try to use this code: Options +FollowSymlinks ...
0
votes
1answer
82 views

htaccess file failed to 500 error for wordpress redirect

I am newbie in creating htaccess file, I googled a bit and created .htaccess file with 301 redirects it has multiple redirect after uploaded it gives me an 500 error. please guide me, am I doing it ...
0
votes
1answer
43 views

Redirect www.domain.com/112 to www.domain.com/ using htaccess 301 redirect

I have thousands of URLs on my website like: www.domain.com/112 and www.domain.com/113 I'd like to redirect these straight to www.domain.com. Can someone explain how I do this using the 301 ...
0
votes
1answer
44 views

Redirect subfolder to rooot htaccess

I've a Joomla website installed in domainame.tld/subfolder I'll physically move it to the root of the domain name and I would like to create a redirect that simply redirects all traffic from the ...
0
votes
1answer
49 views

301 redirect category/category/index.php to category/category.html

I am bashing my head against the keyboard, can't figure this one out and can't get the answer on google. I have a bunch of old urls I want to 301 redirect. For example parent/child*/index.php* must ...
0
votes
4answers
397 views

301 redirect everything to new website root/whole site including sub pages? Moved Permanently

QUICK UPDATE Ok getting there Is this mod_alias? RedirectMatch 301 ^/ http://brightmist.co.uk/ I've added this one line of code underneath everything and it appears to work, however my other ...
1
vote
2answers
534 views

.htaccess 301 redirect all pages on old domain to a single page on new domain

I'm looking to redirect each and every page on the old domain to a single page on the new domain. It should also redirect both the www and non-www versions. Every single request to the domain old.com, ...
0
votes
1answer
50 views

Iifr.ini Rewritecond

For the past 4 weeks (yes you read right, 4 weeks) I 've been trying to redirect my website to a new domain. Here's what I want to do: Redirect the ROOT of my website from ukmotorhomehirerental to ...
-1
votes
1answer
28 views

301 complex redirection via .htaccess [closed]

Hi Guys i'm currently in the middle of a migration, and need the clients traffic to be sent as a fail save the new url's. The old domain would have something like olddomain.com/abcd/1234 and i need ...
0
votes
0answers
58 views

301 Redirect rewrite not working

I have several redirects that are working for example these two: #Options +FollowSymlinks RewriteEngine On #fishing report RewriteCond %{HTTP_HOST} ...
0
votes
1answer
52 views

Google Apps: HTTP 301 to another domain?

I bought a domain thought Google Apps, and set up the mail service on it. My DNS A records currently point to a non-existent Google Site (I don't like Google Sites). How do I HTTP 301 redirect to ...
0
votes
1answer
76 views

How to set up 301 redirect for URL with question mark

I have encountered some issue with 301 redirect and htaccess file. I need to redirect the following url: http://www.domain.com/?specifications=colours/page/3 to: http://www.domain.com/colours ...
0
votes
0answers
47 views

301 redirect a link from a subdomain without access to that subdomain

I have a website, www.example.com, that includes a blog that is hosted by a third party that lives at blog.example.com. I don't have direct ftp access to the blog's server. I have a page on the blog ...
0
votes
1answer
96 views

.htaccess 301 redirect for thousands of entries or RewriteMap

I have a site with thousands of pages that need to be redirected. I was thinking of using a 301 redirect in my .htaccess, but I'm just afraid that this will be very inefficient. Would having a ...

1 2 3 4 5 7