Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: KbPl
Forum: Programming 4th April 2015, 10:58 PM
Replies: 7
Views: 1,368
Posted By emptee
Re: .htaccess 301 redirect subdomain

The .htaccess file that needs to be modified.. is whichever one lives in the correct vhost :)

Eg. if you have two vhosts set up, say...

domain.com -> /home/apache/domain.com/public_html...
Forum: Programming 4th April 2015, 08:53 PM
Replies: 7
Views: 1,368
Posted By David Beroff
Re: .htaccess 301 redirect subdomain

They could be hosted on different physical servers, so it's safest to create a new one in the subdomain's root.
Forum: Programming 4th April 2015, 02:32 PM
Replies: 7
Views: 1,368
Posted By emptee
Re: .htaccess 301 redirect subdomain

Hi KbPI,

This should do the trick, if I understand you correctly :)

RewriteEngine on
RewriteCond %{HTTP_HOST} ^sub.example.com [NC]
RewriteRule /old/ http://sub.example.com/new/ [L,R=301]
...
Forum: Search Engine Optimization 4th November 2013, 03:39 PM
Replies: 3
Views: 677
Posted By yukon
Re: Wordpress SEO -Pseudo Static/Category

It doesn't matter If a web page is created on the fly (dynamic) or static, Google only cares that the page exist when they crawl the URL.
Forum: Search Engine Optimization 28th October 2013, 05:54 PM
Replies: 10
Views: 542
Posted By FranksToys
Re: Backlinks from site with penguin penalty

Yes, just like how 301 can pass penalties as well.

I wouldn't link from a penalized domain, just a risky move.
Showing results 1 to 5 of 5

 
Forum Jump


All times are GMT -6. The time now is 08:45 AM.