make 301 redirect

mgm90210

Newbie
Joined
Jun 8, 2014
Messages
4
Reaction score
0
make 301 redirect only from specific domain


i have a Wordpress site

i want please wham someone enter from this domain only one domain
will anable all the redirects that i do in the wordpress redirect plugin


but when someone enter all dominos in the web the redirect will not work

the plugin call : Quick Page/Post Redirect
 
If you want to redirect everything just modify your .htaccess file.

This was the blog post that first taught me .htaccess

http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html

WordPress plugins that mimic stuff you can code yourself are a crutch. It's far better to learn and become a better developer that relying on external stuff.

When you begin to code you'll realise just how low tech much of these plugins are. (Poorly coded)
 
OP, what do you mean "enters from this domain"? You mean getting a request for that specific domain to your website or a visitor having it as a referrer?
 
make 301 redirect only from specific domain


i have a Wordpress site

i want please wham someone enter from this domain only one domain
will anable all the redirects that i do in the wordpress redirect plugin


but when someone enter all dominos in the web the redirect will not work

the plugin call : Quick Page/Post Redirect

It's simple. Use the redirection feature in the add-on domains section of your cPanel
 
Back
Top