PDA

View Full Version : How to remove redirector.php things in links on threads and comments?


aluknot
07-30-2015, 04:02 PM
Hello people, first of all sorry if my english is not perfect at all, but i thing you will understand me.

I am working on a new forum vb4, but i used an old backup of a forum from 2009 (vb3), now is upgraded and working perfect but i have a lot of links using redirector.php (from a plugin which i don't remember).

So a link like this:

http://www.cpuid.com

In my forum is like this:

http://www.myweb.com/forum/redirector.php?url=http%3A%2F%2Fwww.cpuid.com%2F

Is there any solution to fix this? to remove that redirector thing? I think with a MYSQL query, removing the first part of the link "http://www.myweb.com/forum/redirector.php?url=" but maybe is there a better solution and i dont know how to deal with %3A and %2F.

Can someone guide me to the right way?

Thanks in advance.

crower55
08-01-2015, 04:24 AM
Yes, you need to edit your .htaccess
Check the root / forum directory.

You are fine

Skyrider
08-03-2015, 06:34 AM
Yes, you need to edit your .htaccess
Check the root / forum directory.

You are fine
And you assume he's running apache right away? For all we know he could be using NGINX.