Question redirect urs

Status
Not open for further replies.

3dpoder

Customer
Hi, how can I redirect these urls?

this:
Code:
http://www.foro3d.com/noticias/115089-proyecto-goosebery-por-que-es-importante-ton-rosendal.html

I want to be this good:
Code:
http://www.foro3d.com/f39/proyecto-goosebery-por-que-es-importante-ton-rosendal-115089.html

Thanks.
 
For me it does not change, I have the settings I put in the picture:

dbseo.webp

It may have something wrong in the htaccess? other url of time going well.

Code:
RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteRule ^post/([0-9]+)-(\w+) /showthread.php?p=$1 [R=301,L,QSA]

# Quitar las tres lineas siguientes cuando no se indexe foro3d.com/threads/
RewriteRule ^threads/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) /showthread.php?t=$1&page=$2 [R=301,L,QSA]
RewriteRule ^forums/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) /forumdisplay.php?f=$1&page=$2 [R=301,L,QSA]
RewriteRule ^entries/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) /entry.php?b=$1&page=$2 [R=301,L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
 
Ah, you're talking about redirecting old URLs? Put all the rules above the DBSEO rules, that will make sure they run before DBSEO takes over.
 
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,191
Customer rating
5.00 star(s) 1 ratings
Back
Top