vBulletin Search Engine Optimization
This is a discussion on vB Seo Sitemap Generator ansayfa Çalışmıyor within the Türkçe forums, part of the General Discussion category; sitemde vbseo sitemap generator 2.2 yükledim. Sitemapları felan çalıştırdım ama /sitemap_index.xml.gz sayfası açılmıyor sayfa bulunamıyor diyor.Htaccess ayarları ,tam data klasörü ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| vB Seo Sitemap Generator ansayfa Çalışmıyor
sitemde vbseo sitemap generator 2.2 yükledim. Sitemapları felan çalıştırdım ama /sitemap_index.xml.gz sayfası açılmıyor sayfa bulunamıyor diyor.Htaccess ayarları ,tam data klasörü chmod 777 fakat yinede çalışmıyor acaba sorun nedir ? |
|
#3
| |||
| |||
|
# 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=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron) 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] RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] bu htacces'im |
|
#4
| ||||
| ||||
|
Alttaki .htaccess dosyasını kullanın. Code: # 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=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/)
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]
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO Sitemap Generator ile album sayfalari icin sitemap olusturma | ABDALWAHID | Türkçe | 9 | 12-26-2008 03:40 PM |
| Versiyon Yükselttim Taglat Çalışmıyor | salimakin | Türkçe | 10 | 10-11-2008 07:13 AM |
| Sitemap anasayfası çalışmıyor | Dostnametr | Türkçe | 6 | 08-02-2008 09:59 AM |
| vbseo sitemap vbulletin 3.7.0 da çalışmıyor?? | gulceumit | Türkçe | 4 | 05-15-2008 08:50 AM |
| vBSEO Sitemap Generator generated incorrect sitemap URL | X1C3W5 | Troubleshooting | 2 | 01-02-2008 12:45 PM |