İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

.net ten .com a taşırken indexleme

handmade

0
İyinet Üyesi
Katılım
9 Haziran 2008
Mesajlar
38
Reaction score
0
Şimdi benim sitem .net domaini üzerinde kurulu 1150 sayfa indexleniyor google da ve ben sitemi geliştirerek .com a taşıdım ve .net adresimin sayfaları indexlemesi sanırım bir süre devam edecek. Acaba bu sayfaları .com alanadıma yönlendirmenin bir yolu var mı?
 

sempaty

1
İyinet Üyesi
Katılım
25 Şubat 2005
Mesajlar
3,824
Reaction score
19
Konum
hawaii. ama sanal tur.
apache sunucu kullanıyorsan ve rewrite_mod yüklüyse
.net ftp de ana dizindeki .htaccess dosyasına

RewriteEngine On
RewriteRule ^(.*)$ http://www.site.com/$1 [R=301]

ekle
 

utkuts

0
İyinet Üyesi
Katılım
29 Eylül 2005
Mesajlar
391
Reaction score
0
Konum
localhost
Böyle bir şeyi asla önermem. .net'ten devam et. Hitinin büyük çoğunluğunu kaybedersin. Birdahada geri gelmez :)
 

handmade

0
İyinet Üyesi
Katılım
9 Haziran 2008
Mesajlar
38
Reaction score
0
apache sunucu kullanıyorsan ve rewrite_mod yüklüyse
.net ftp de ana dizindeki .htaccess dosyasına

RewriteEngine On
RewriteRule ^(.*)$ http://www.site.com/$1 [R=301]

ekle

Merhaba Apache web sunucu var rewrite_mod u bilmiyorum kurlumu sormam lazım.

dediğiniz gibi yaptım aşağıda görebilirisiniz.
Teşekkürler
PHP_FLAG register_globals On
PHP_FLAG output_buffering On
# $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $
#
# This is used with Apache WebServers
#
# For this to work, you must include the parameter 'Options' to
# the AllowOverride configuration
#
# Example:
#
# <Directory "/usr/local/apache/htdocs">
# AllowOverride Options
# </Directory>
#
# 'All' with also work. (This configuration is in the
# apache/conf/httpd.conf file)

# The following makes adjustments to the SSL protocol for Internet
# Explorer browsers

<IfModule mod_setenvif.c>
<IfDefine SSL>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
</IfDefine>
</IfModule>

RewriteEngine On
RewriteRule ^(.*)$ http://www.yönlenecekalandımıyazdımburaya.com/$1 [R=301]

# If Search Engine Friendly URLs do not work, try enabling the
# following Apache configuration parameter
#
# AcceptPathInfo On

# Fix certain PHP values
# (commented out by default to prevent errors occuring on certain
# servers)
#
#<IfModule mod_php4.c>
# php_value session.use_trans_sid 0
# php_value register_globals 1
#</IfModule>

AuthUserFile "/home/elisipaz/.htpasswds/public_html/passwd"
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst