Thank you very much iojam
Maybe you could put that in the vbulletin options for people running other servers (for a later release that would be a nice touch)
But also you can do this in nginx
PHP Code:
rewrite ^/archive/index.php/(.*)$ /archive/index.php?$1;
This will work but it also leaves a copy of the archive (sadly) in the format of
http://www.digitalworldz.co.uk/archi...php?f-354.html
and now i have
http://www.digitalworldz.co.uk/archi...php/f-354.html
It would be nice to have just the last one but i cannot get the archive itself to display the archive the way i want it
but your way would be good if you don't care about the clean urls because it would stop the duplicate content
So thanks very much but if you have any ideas how we could fix it 100% that would be great i think its close but i am not sure what to do next becuase i have no idea about rewriting code?