Hello Everyone

I Installed vbSeo And Everything I Think Is Ok

The problem I Faced Is That The Old Links Does Not Redirect To The Same Topic

Thats The Old Link Style

www.almsmk.com/thread/263356

Thats My Htaccess File

RewriteCond %{HTTP_HOST} !^www\.almsmk\.com
RewriteRule (.*) http://www.almsmk.com/$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|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]

What Should I Do To Make My Old Links Redirect To The Right Link After Installing vBSeo

Btw My Friend Make All Old Links Now Redirect To The Forum Root

And Thanks So Much

Recommended Answers

All 2 Replies

hi,
you didn't mentioned what kind of error you got once you clicked the link.i think that page might not be available.

Thanks Mate For Reply I Fixed It And All Links Now Redirected Successfully

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.