Hi. I'm having trouble doing a custom rewrite (I've never done it before). Basically, I want all instances of this:
MIG Performance Vauxhalls
changed to this:
MIG Performance Vauxhalls
Any help would be greatly appreciated.
This is a discussion on Custom Rewrite Help within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hi. I'm having trouble doing a custom rewrite (I've never done it before). Basically, I want all instances of this: ...
Hi. I'm having trouble doing a custom rewrite (I've never done it before). Basically, I want all instances of this:
MIG Performance Vauxhalls
changed to this:
MIG Performance Vauxhalls
Any help would be greatly appreciated.
Hello Mike,
As far as I understand, do you want to apply a redirect from http://www.migweb.co.uk/forums/newthread.php?do=newthread&f=106 to http://www.migweb.co.uk/forums/misc.php?do=form&fid=1 ?
If so, you can apply the following Custom Redirect on vBSEO CP:
'^newthread\.php\?do=newthread&f=106$'=>'misc.php? do=form&fid=1'
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
Brilliant - that works perfectly!! Thanks for the very quick reply.![]()
Great!![]()
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
Quick correction, it is the 'Custom Rewrite Rules' this needs adding to, not the 'Custom Redirects' rules. Thanks again.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
There are differences among a Custom Redirect and a Custom Rewrite Rule. A Custom Redirect is merely a *redirection*, while a Custom Rewrite Rule is a way to "disguise" a given URL *using* the data supplied on it through regular expressions that match a given pattern within a string.
I mean, with a Custom Rewrite Rule you can transform a dinamic URL like this one:
to something like:Code:http://www.example.org/articles/view.php?articleid=7328&page=4&action=print
You see the difference?.Code:http://www.example.org/articles/article-7328/page4-print.html
The regex you entered in "Custom Rewrite Rules" area worked because a redirect is needed to transform an URL.
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter