Question Old links no more working

Status
Not open for further replies.

Norman

Customer
I had this links structure using the free version:

44 Pagina Non Trovata - Klayz.com Network

Now I updated to the pro version and this link (which is on a post on my forum) is no more working.

Any way to make them works? Or should I go to each page where I have linked other threads and change the links one by one? This would be hard!
 
Even this one: 44 Pagina Non Trovata - Klayz.com Network
Taken directly from Google.
Please let me know as soon as possible as I'm currently loosing a lot.

Check this:
Google

This is the actual content of my htaccess file:

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^klayz\.com$ [NC]
RewriteRule ^(.*)$ http://www.klayz.com/community/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^67.227.193.221
RewriteRule (.*) http://www.klayz.com/community/$1 [R=301,L]
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admin-panel/|seocp/|mod-panel/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admin-panel|seocp|mod-panel|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

<IfModule mod_security.c>
   SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule>

# Force no caching for dynamic files
<FilesMatch "\.(php|cgi|pl|htm)$">
ExpiresActive Off
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
Header set Pragma "no-cache"
</FilesMatch>
 
Last edited:
Hi Norman,

What happens if you go to the DBSEO CP and change the URL formats back to the old format?
 
In that case, the most obvious solution would be to leave the URL formats as is.

If you still want to change the URL formats, try changing them again now. Maybe the old version had an issue with the URL history feature :)
 
I tried changing it one more time using the custom field as f[forum_id]/[thread_title]-[thread_id]/, but if i set it like this then all the old URLs get a 404 error. And I can't accept this. I would love to have the new URLs, sincerely...
Is there a way to add a custom rule to the htaccess file just to transform site.com/ID-discussion-title.html to f[forum_id]/[thread_title]-[thread_id]/?
 
You can try adding the following to the Custom 301 Redirects setting in the DBSEO CP:
Code:
'(\d+)-(.+)\.html' => 'showthread.php?t=$1'
and see if that works.

This particular situation is a bit outside our normal support service, so if it doesn't work then you may need to ask your server administrator for help with the .htaccess rule.
 
If I add that code, the old URLs are affected but the redirection is going here: Klayz Community so nothing is showed.

If you can help me here you will make me a big favour, Fillip. Unfortunately without this feature working I would have to reconsider the plugin... and maybe ask you for a refund. Please understand me, as I bought it mostly in order to be able to change the threads URLs... but if I have to set them as they were before then... :(
 
Last edited:
If you PM me with an AdminCP account I may be able to look into it, however I can't guarantee anything unfortunately.
 
I'll post back when I have more information or respond to the PM if I need more information :)
 
That's working as intended, the URL you posted is a Show Post URL. This redirects to the canonical URL for the post for the viewing user.
 
Also, just to confirm, are you happy with the way the URLs are looking just now or are you still looking to have them changed?
 
I'll look into this @ your site later today, and send you a PM if I need any further information :)
 
I can see the issue in action on your site. Can you please also PM me with an FTP account?
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,185
Customer rating
5.00 star(s) 1 ratings
Back
Top