TrendForum.Net

TrendForum.Net (https://www.trendforum.net/)
-   vBulletin (https://www.trendforum.net/vbulletin/)
-   -   vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya! (https://www.trendforum.net/vbulletin/15151-vbulletin-seo-3-6-0-en-guvenilir-ve-tertemiz-dosya.html)

compedan 11 Nisan 2023 19:57

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
Alıntı:

Regex kullanıcısının gönderdiği mesajdan alıntı (Mesaj 103262)
.htaccess dosyasını doğru şekilde upload ettiğinize emin misiniz? @Bahtiyar mobil olduğu için anlatırken o kısmı hatalı belirtmiş. Dosyalarda htaccess klasörü var, o klasörü olduğu gibi atmayacaksınız. İçine gireceksiniz, içindeki .htaccess dosyasını forumunuzun kurulu olduğu ana dizine atacaksınız (cPanel ise, public_html; Plesk ise, httpdocs vs. içerisine). Yani admincp, index.php gibi dosyaların bulunduğu dizinle aynı yerde .htaccess olacak. Bunu kontrol ederek işlemi tekrarlayın, sorun olmayacaktır.

.htaccess dosyasını aşağıdaki gibidir.

bu şekildemi atılmalı
PHP- Kodu:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA

bu şekilmi düzenlenmeli ayrıca ssl kullanıyorum.
altına
RewriteCond %{HTTPS} !=açık
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
eklemelimiyim?
ve yourdomain yerine domain adımı ekleyeyimmi?
PHP- Kodu:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

RewriteCond %{HTTPS} !=açık
RewriteRule 
.* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] 


Regex 11 Nisan 2023 20:04

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
Alıntı:

compedan kullanıcısının gönderdiği mesajdan alıntı (Mesaj 104211)
.htaccess dosyasını aşağıdaki gibidir.

bu şekildemi atılmalı
PHP- Kodu:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA

bu şekilmi düzenlenmeli ayrıca ssl kullanıyorum.
altına
RewriteCond %{HTTPS} !=açık
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
eklemelimiyim?
ve yourdomain yerine domain adımı ekleyeyimmi?
PHP- Kodu:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

RewriteCond %{HTTPS} !=açık
RewriteRule 
.* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] 


Evet .htaccess HTTPS için yapılandırılmalıdır. vBSEO en son güncellendiğinde sonuçta SSL olayı yoktu, dolayısıyla dahili olarak bu kolaylığı sunmuyor.

.htaccess örneği aşağıdaki gibi olabilir. domaininiz\.com ve domaininiz.com kısımlarını düzenleyin.

PHP- Kodu:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
RewriteCond 
%{HTTPSoff 
RewriteRule 
.* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 
RewriteCond %{HTTP_HOST} !^www\. [NC
RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\.domaininiz\.com
RewriteRule 
(.*) http://www.domaininiz.com/$1 [R=301,L]

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA


compedan 11 Nisan 2023 20:12

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
Alıntı:

Regex kullanıcısının gönderdiği mesajdan alıntı (Mesaj 104215)
Evet .htaccess HTTPS için yapılandırılmalıdır. vBSEO en son güncellendiğinde sonuçta SSL olayı yoktu, dolayısıyla dahili olarak bu kolaylığı sunmuyor.

.htaccess örneği aşağıdaki gibi olabilir. domaininiz\.com ve domaininiz.com kısımlarını düzenleyin.

PHP- Kodu:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
RewriteCond 
%{HTTPSoff 
RewriteRule 
.* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 
RewriteCond %{HTTP_HOST} !^www\. [NC
RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\.domaininiz\.com
RewriteRule 
(.*) http://www.domaininiz.com/$1 [R=301,L]

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteCond 
%{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA



dünkü ayarlarımdan bir tık daha iyiyim bu seferde şöyle sorunla karşılaştım

ana sayfada kategoriye girmek istediğimden

[Only registered and activated users can see links. Click Here To Register...] gibi link çıkıyor

ana sayfadan konuya tıkladığımda link

[Only registered and activated users can see links. Click Here To Register...] gibi çıkıyor

kategori içinde konuya tıkladığımda ise

[Only registered and activated users can see links. Click Here To Register...] gibi çıkıyor
404 almıyorum ama linklerim sorunlu

karakter değişkenimi ayarladım ve aşağıdaki karakterleri kullandım

'ç' => 'c'
'Ç' => 'c'
'Ğ' => 'g'
'ğ' => 'g'
'Ş' => 's'
'ş' => 's'
'ı' => 'i'
'İ' => 'i'
'Ç' => 'c'
'ç' => 'c'
'Ü' => 'u'
'ü' => 'u'
'Ö' => 'o'
'ö' => 'o'
'è' => 'e'
'ı' => 'i'
'İ' => 'i'
'é' => 'i'
'â' => 'a'
'Ê' => 'e'
'Â' => 'a'

compedan 11 Nisan 2023 20:16

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
karakterleri girdiğim halde aşağıda fotoda gösterdiğim gibi olması ilgimi çekti
[Only registered and activated users can see links. Click Here To Register...]

Regex 11 Nisan 2023 20:24

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
Alıntı:

compedan kullanıcısının gönderdiği mesajdan alıntı (Mesaj 104218)
dünkü ayarlarımdan bir tık daha iyiyim bu seferde şöyle sorunla karşılaştım

ana sayfada kategoriye girmek istediğimden

[Only registered and activated users can see links. Click Here To Register...] gibi link çıkıyor

ana sayfadan konuya tıkladığımda link

[Only registered and activated users can see links. Click Here To Register...] gibi çıkıyor

kategori içinde konuya tıkladığımda ise

[Only registered and activated users can see links. Click Here To Register...] gibi çıkıyor
404 almıyorum ama linklerim sorunlu

karakter değişkenimi ayarladım ve aşağıdaki karakterleri kullandım

'ç' => 'c'
'Ç' => 'c'
'Ğ' => 'g'
'ğ' => 'g'
'Ş' => 's'
'ş' => 's'
'ı' => 'i'
'İ' => 'i'
'Ç' => 'c'
'ç' => 'c'
'Ü' => 'u'
'ü' => 'u'
'Ö' => 'o'
'ö' => 'o'
'è' => 'e'
'ı' => 'i'
'İ' => 'i'
'é' => 'i'
'â' => 'a'
'Ê' => 'e'
'Â' => 'a'

Tam da tahmin ettiğim gibi. Panel olarak Direct Admin kullanıyorsunuz değil mi?

compedan 11 Nisan 2023 20:33

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
ayrıca konu silmek veya sabitlemek istediğimde konuyu seçtiğim halde

Geçerli bir Aksiyon seçmelisiniz. uyarısı alıyorum.

compedan 11 Nisan 2023 20:33

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
Alıntı:

Regex kullanıcısının gönderdiği mesajdan alıntı (Mesaj 104225)
Tam da tahmin ettiğim gibi. Panel olarak Direct Admin kullanıyorsunuz değil mi?

evet

Regex 11 Nisan 2023 20:53

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
Alıntı:

compedan kullanıcısının gönderdiği mesajdan alıntı (Mesaj 104232)
evet

Özellikle vBSEO Direct Admin'de sorunludur. Örnek bir konu; [Only registered and activated users can see links. Click Here To Register...]

DirectAdmin'in resmî forumunda da yıllar önce Veysel adlı bir kullanıcı sormuş. Çözüm bulunamamış. Siz beni dinleyin, Güzel Hosting'e destek bildirimi açın ve benim dediğim sunucuya taşısınlar sizi. Ufak bir ek ücret ödemeniz gerekecek, muhakkak kontrol panelini de cPanel isteyin. Hem bu sorun, hem de video eklentisindeki sorun direkt çözülecektir. Sorunun nedeni bu.

compedan 11 Nisan 2023 20:59

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
Alıntı:

Regex kullanıcısının gönderdiği mesajdan alıntı (Mesaj 104247)
Özellikle vBSEO Direct Admin'de sorunludur. Örnek bir konu; [Only registered and activated users can see links. Click Here To Register...]

DirectAdmin'in resmî forumunda da yıllar önce Veysel adlı bir kullanıcı sormuş. Çözüm bulunamamış. Siz beni dinleyin, Güzel Hosting'e destek bildirimi açın ve benim dediğim sunucuya taşısınlar sizi. Ufak bir ek ücret ödemeniz gerekecek, muhakkak kontrol panelini de cPanel isteyin. Hem bu sorun, hem de video eklentisindeki sorun direkt çözülecektir. Sorunun nedeni bu.

sunucu TR ama?
TR sunucu panel Cpanelmi olsun?

Regex 11 Nisan 2023 21:00

Yanıt: vBSEO 3.6.0 ~ En Güvenilir ve Tertemiz Dosya!
 
Alıntı:

compedan kullanıcısının gönderdiği mesajdan alıntı (Mesaj 104255)
sunucu TR ama?
TR sunucu panel Cpanelmi olsun?

Evet. Tercihen de ben PM'de bir sunucu adı yazdım. Onu yazın, o sunucuyu yapsınlar. Hatta sorabilirsiniz trendforum.net de 1 ay öncesine kadar müşterinizmiş; teknikeri önerdi diye. :)


Forum saati; Türkiye'ye göre ayarlanmış olup, şu an saat: 19:12.

Powered by vBulletin® Version 3.8.7   Copyright ©2000 - 2025, vBulletin Solutions, Inc.