Forum Moderators: phranque
I am looking to get rid of the 301 and get 200s including on a bunch of parked domains.
I am looking to get rid of the 301Where did the 301 come from in the first place? They don't just spring up like mushrooms; someone somewhere has to have instituted that redirect. In the circumstances, that “someone somewhere” may very well have been yourself, clicking the button that says “This is a parked domain”, and now you can’t remember where the button was in order to unclick it.
Where did the 301 come from in the first place? They don't just spring up like mushrooms; someone somewhere has to have instituted that redirect. In the circumstances, that “someone somewhere” may very well have been yourself, clicking the button that says “This is a parked domain”, and now you can’t remember where the button was in order to unclick it.
We don’t have a(n)* nginx subforum, do we? Just Apache and That Other Server.
The only way to have a 200 response on a parked domain is to put content on that parked domain. If it is only used to redirect traffic, it will return a 301 or a 302 header.
are you hosting those parked domains or is your registrar doing that?
if the 301 was created by your nginx server, you should look for the use of "return" or "rewrite" directives:
Thats why I am here; where is the 301 set, how do I change it? So it is specifically caused by my action?
Just to clarify it is apache webserver and nginx cache.