Pages: [1]   Go Down
Send this topic | Print
Author Topic: My new niche website  (Read 718 times)
Midwest
Member
*
Offline Offline

Posts: 4


WWW
« on: November 24, 2008, 01:15:31 AM »

Hey there guys! I have just started working at a new niche website ( domain names related ) and would like you to take some time and review it. I know it might not look that cool and probably you'll get bored reading the articles, but I thought it'd be nice to ask for a few reviews from you. The URL of the site is http://www.domainnames101.org. Thanks to all those who'll visit it and express their opinion about it Smiley PS: If any of you know how can I redirect the traffic from my subdomain ( http://domainnames101.110mb.com ), to my TLD domain ( http://www.domainnames101.org ), please let me know Wink
Logged

Domain names niche website -> http://www.domainnames101.org
inp o҉rtb
The Gangsta
Global Moderator
Official 110mb Guru
*****
Offline Offline

Posts: 15645


experimental theologian


WWW
« Reply #1 on: November 24, 2008, 01:50:48 AM »

If you have .htaccess support, you could do something like:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP:VIA} domainnames101\.110mb\.com$ [OR]
RewriteCond %{HTTP_HOST} !domainnames101\.org$
RewriteRule ^(.*)$ http://domainnames101.org/$1 [R=301,L]
RewriteCond %{HTTP:VIA} www\.domainnames101\.110mb\.com$ [OR]
RewriteCond %{HTTP_HOST} !www\.domainnames101\.org$
RewriteRule ^(.*)$ http://www.domainnames101.org/$1 [R=301,L]
RewriteCond %{HTTP:VIA} domainnames101\.911mb\.com$ [OR]
RewriteCond %{HTTP_HOST} !domainnames101\.org$
RewriteRule ^(.*)$ http://domainnames101.org/$1 [R=301,L]
RewriteCond %{HTTP:VIA} www\.domainnames911\.110mb\.com$ [OR]
RewriteCond %{HTTP_HOST} !www\.domainnames101\.org$
RewriteRule ^(.*)$ http://www.domainnames101.org/$1 [R=301,L]


(not tested yet; based on piotr grd's work)
Logged

Hi! I’m a signature virus! Add me to your signature to help me spread.
spam me: ispamspot@gmail.com

blog | my work @ deviantART | Imagine-ng image editor
Midwest
Member
*
Offline Offline

Posts: 4


WWW
« Reply #2 on: November 24, 2008, 02:15:58 AM »

Thanks for the reply, inportb. For now, I do not have the .htaccess option enabled, so I can't apply the code you gave me. Not a problem, though, as I'm thinking to upgrade my account pretty soon and then I will be able to use .htaccess, too Smiley
Logged

Domain names niche website -> http://www.domainnames101.org
thefluffball
Knock. Knock.
Loyal 110MB Member
*******
Offline Offline

Posts: 2317


I came, I saw, I strutted.


WWW
« Reply #3 on: November 24, 2008, 04:57:50 AM »

With pure PHP. smiley
Add this to the top of every page and give the page a .php extension:
Code:
<?php
if(parse_url($PHP_SELF, PHP_URL_HOST)=="domainnames101.110mb.com"){
$url = str_replace("domainnames101.110mb.com", "domainnames101.org", $PHP_SELF);
header( 'Location: http://domainnames101.org/' ) ;
}
?>

Just wrote that, might not work. Duh
Logged

Midwest
Member
*
Offline Offline

Posts: 4


WWW
« Reply #4 on: November 28, 2008, 05:29:04 AM »

Well, this is one easy alternative to what inportb has said ( easy, cause I don't necessarily have to have the .htacces file enabled ). I'm going to implement the php code and see how things will work. Thanks for the suggestion, TheFluffBall Smiley
Logged

Domain names niche website -> http://www.domainnames101.org
thefluffball
Knock. Knock.
Loyal 110MB Member
*******
Offline Offline

Posts: 2317


I came, I saw, I strutted.


WWW
« Reply #5 on: November 28, 2008, 05:41:55 AM »

That's OK. smiley A backlink is not needed, but would be nice. wink
P.S. Only requesting because my site needs PR badly. wink
Logged

bowenlasers
Active Member
**
Offline Offline

Posts: 96


WWW
« Reply #6 on: November 28, 2008, 06:26:22 AM »

It's nice, but the ads need to be better integrated into the content :O
Logged

Click Here!
You make money, and I get a nice bonus too Smiley
My Site! Visit it today!
Pages: [1]   Go Up
Send this topic | Print
Jump to: