• 14-03-2023, 10:30:14
    #1
    Merhaba, arkadaşlar vBulletin sitemde domain değişikliği yapmak istiyorum, mevcut backup farklı domaine yükledim, DB içerisinde HOME - BBURL alanlarında yeni domaini tanımladım, site geliyor fakat tüm url adresleri hala eski domaine göre, konu hakkında bilgisi olan var mı ?
  • 14-03-2023, 10:45:31
    #2
    htaccess dosyanızda alan adınız yazıyor mu?
  • 14-03-2023, 10:48:10
    #3
    Hayır yazmıyor, dosyada hatalar olabilir, site uzun yıllardır kapalı.

    <ifModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 1 seconds"
    ExpiresByType text/html "access plus 1 seconds"
    ExpiresByType image/gif "access plus 259200000 seconds"
    ExpiresByType image/jpeg "access plus 259200000 seconds"
    ExpiresByType image/png "access plus 259200000 seconds"
    ExpiresByType text/css "access plus 60480000 seconds"
    ExpiresByType text/javascript "access plus 21600000 seconds"
    ExpiresByType application/x-javascript "access plus 21600000 seconds"
    </ifModule>
    <ifModule mod_headers.c>
    <filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
    Header set Cache-Control "max-age=25920000, public"
    </filesMatch>
    <filesMatch ".(css)$">
    Header set Cache-Control "max-age=6048000, public"
    </filesMatch>
    <filesMatch ".(js)$">
    Header set Cache-Control "max-age=2160000, private"
    </filesMatch>
    <filesMatch ".(xml|txt)$">
    Header set Cache-Control "max-age=2160000, public, must-revalidate"
    </filesMatch>
    <filesMatch ".(html|htm|php)$">
    Header set Cache-Control "max-age=1, private, must-revalidate"
    </filesMatch>
    </ifModule>
    <ifModule mod_headers.c>
    Header unset ETag
    </ifModule>
    FileETag None
    <ifModule mod_headers.c>
    Header unset Last-Modified
    </ifModule>
    #Options +FollowSymlinks
    RewriteEngine on
    RewriteRule ^([a-z0-9_-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ forumdisplay.php/$1 [QSA,L]
    RewriteRule ^([a-z0-9_-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?.html)$ showthread.php/$1 [QSA,L]
    RewriteCond %{REQUEST_URI} !(index.php|.css) [NC]
    RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    <ifModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 1 seconds"
    ExpiresByType text/html "access plus 1 seconds"
    ExpiresByType image/gif "access plus 259200000 seconds"
    ExpiresByType image/jpeg "access plus 259200000 seconds"
    ExpiresByType image/png "access plus 259200000 seconds"
    ExpiresByType text/css "access plus 60480000 seconds"
    ExpiresByType text/javascript "access plus 21600000 seconds"
    ExpiresByType application/x-javascript "access plus 21600000 seconds"
    </ifModule>
    <ifModule mod_headers.c>
    <filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
    Header set Cache-Control "max-age=25920000, public"
    </filesMatch>
    <filesMatch "\.(css)$">
    Header set Cache-Control "max-age=6048000, public"
    </filesMatch>
    <filesMatch "\.(js)$">
    Header set Cache-Control "max-age=2160000, private"
    </filesMatch>
    <filesMatch "\.(xml|txt)$">
    Header set Cache-Control "max-age=2160000, public, must-revalidate"
    </filesMatch>
    <filesMatch "\.(html|htm|php)$">
    Header set Cache-Control "max-age=1, private, must-revalidate"
    </filesMatch>
    </ifModule>
    <ifModule mod_headers.c>
    Header unset ETag
    </ifModule>
    FileETag None
    <ifModule mod_headers.c>
    Header unset Last-Modified
    </ifModule>