PDA

View Full Version : mod rewrite url question


Barzor
03-15-2018, 07:09 PM
Hi guys,

I am working on modificated urls. its seems to work fine. But i want to change one thing and i hope i get it to work

RewriteEngine on

RewriteRule ^threads/.* showthread.php [QSA]

Instead of ''threads'' i want change it to ''vacature'' so i tried the following

RewriteRule ^vacature/.* showthread.php [QSA]

Now my site still shows /threads/ but the link is not working anymore. How to change it to /vacature/

is it possible? please tell me what i am doing wrong

--------------- Added 1521145554 at 1521145554 ---------------

oops. This is a vbulletin 4 issue