Bitcoin Forum
May 04, 2024, 04:16:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: .10 BTC to the individual who fixes our domain. (DONE)  (Read 970 times)
Anonymous
Guest

June 25, 2011, 10:10:27 PM
Last edit: June 26, 2011, 12:27:08 AM by Atlas
 #1

We need www.bittalk.tv to redirect to http://bittalk.tv . We will pay .05 BTC for the job. Please send us the credentials you have within the community.
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714796201
Hero Member
*
Offline Offline

Posts: 1714796201

View Profile Personal Message (Offline)

Ignore
1714796201
Reply with quote  #2

1714796201
Report to moderator
1714796201
Hero Member
*
Offline Offline

Posts: 1714796201

View Profile Personal Message (Offline)

Ignore
1714796201
Reply with quote  #2

1714796201
Report to moderator
1714796201
Hero Member
*
Offline Offline

Posts: 1714796201

View Profile Personal Message (Offline)

Ignore
1714796201
Reply with quote  #2

1714796201
Report to moderator
Anonymous
Guest

June 25, 2011, 10:36:44 PM
 #2

Raised to .10 Bitcoins.
Lech_Walesa
Member
**
Offline Offline

Activity: 81
Merit: 10


May the Force be with you!


View Profile
June 25, 2011, 10:42:48 PM
 #3

edit (or create) ".htaccess" file in your root directory paste:

Code:
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^http://www.bittalk.tv [nc]
rewriterule ^(.*)$ http://bittalk.tv/$1 [r=301,nc]

should work.

btw: add your site to Google WebMaster Tools and difine http://bittalk.tv/ as a main address.

Malnilion
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 25, 2011, 10:43:08 PM
 #4

Forgive my ignorance, but wouldn't this be done through your domain registration service? I've registered a domain before and I could set up redirects through the registrar.
Anonymous
Guest

June 25, 2011, 10:45:04 PM
 #5

Forgive my ignorance, but wouldn't this be done through your domain registration service? I've registered a domain before and I could set up redirects through the registrar.
Exactly and I don't even know how to do it through there.
Malnilion
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 25, 2011, 11:18:17 PM
 #6

I think perhaps you could change/add a CNAME record from www to bittalk.tv

I really don't know if that's right, though. Some confirmation from someone more experienced than myself would be helpful.
Kevets
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
June 25, 2011, 11:24:54 PM
 #7

add to .htaccess  in the public_html folder

RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*\.bittalk\.tv$ [NC]
RewriteRule ^(.*)$ http://bittalk.tv/$1 [L,R=301]

Any decent server setup should work that way to start with.
nhodges
Sr. Member
****
Offline Offline

Activity: 322
Merit: 251


View Profile
June 25, 2011, 11:37:58 PM
 #8

Hey, I've done work for you before, what registrar are you at? I can handle this.

angelo95
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 26, 2011, 12:00:47 AM
 #9

Add a domain alias to your httpd.conf (apache)
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!