Question Custom Rewrite Rules - What's wrong?

Status
Not open for further replies.

Zuker

Customer
Hi

I've got this custom rewrite rules

'profile\.php\?do=buddylist$' => 'contactos-amigos/[NF]'
'^profile\.php\?do=updatesignature$' => 'editar-firma/[NF]'
'^activity\.php$' => 'actividad/[NF]'
'^private\.php$' => 'mensajes-privados/[NF]'
'^search\.php\?do=process(.*)$' => 'search/process/$1[NF]'
'^search\.php$' => 'search/[NF]'
'^search\.php\?searchid=(\d+)$' => 'search/result-$1/'
'^search\.php\?searchid=(\d+)&pp=25$' => 'search/result-$1/'
'^search\.php\?searchid=(\d+)&pp=.*?&page=(\d+)$' => 'search/result-$1/index$2.html'
'^search\.php\?do=getnew&contenttype=vBForum_Post$' => 'temas-nuevos/[NF]'
'^search\.php\?do=getdaily&contenttype=vBForum_Post $' => 'temas-del-dia/[NF]'
'^usercp\.php$' => 'panel-de-control/[NF]'

but this one

'^search\.php\?do=getnew&contenttype=vBForum_Post$' => 'temas-nuevos/[NF]'

it isn't working

Any ideas? Thanks in advance
 
The extra space was on another rule, not the one for "temas-nuevos"

'profile\.php\?do=buddylist$' => 'contactos-amigos/[NF]'
'^profile\.php\?do=updatesignature$' => 'editar-firma/[NF]'
'^activity\.php$' => 'actividad/[NF]'
'^private\.php$' => 'mensajes-privados/[NF]'
'^search\.php\?do=process(.*)$' => 'search/process/$1[NF]'
'^search\.php$' => 'search/[NF]'
'^search\.php\?searchid=(\d+)$' => 'search/result-$1/'
'^search\.php\?searchid=(\d+)&pp=25$' => 'search/result-$1/'
'^search\.php\?searchid=(\d+)&pp=.*?&page=(\d+)$' => 'search/result-$1/index$2.html'
'^search\.php\?do=getnew&contenttype=vBForum_Post$' => 'temas-nuevos/[NF]'
'^search\.php\?do=getdaily&contenttype=vBForum_Post$' => 'temas-del-dia/[NF]'
'^usercp\.php$' => 'panel-de-control/[NF]'
 
Not according to your post, and when I removed the space the rule worked fine for me :)
 
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,172
Customer rating
5.00 star(s) 1 ratings
Back
Top