Log in

View Full Version : vbSEO Download + Arcade URL Rewrites


cfitzarl
10-22-2007, 08:27 PM
Ok, I have vbSEO installed on my forum and I am trying to rewrite my DownloadsII and ibpro arcade so it's easier to access. So far I have these in the redirects:

'downloads\.php' => 'download/'
'arcade\.php' => 'games/'

I would like to filter out catagories and files in my downloadsII mod and rewrite the url for a game in ibpro, but I'm not sure how to edit the variables for this :( . Can anyone help me :confused: ?

Right now if you click on a game in the arcade it filters like this:
forum/games/?&act=Arcade&do=play&gameid=28

And in my downloads section it filters like this:
/forum/download/?do=file&id=1
/forum/download/?do=cat&id=1

My link to my site is in my signature if you want to check for yourself :p .

nexialys
10-22-2007, 08:50 PM
for the arcade, you can't... the system grab essential information on GET urls, and if you modify them, you will not be able to use your arcade anymore...

i would suggest you go to these official sites and ask support from the authors...

cfitzarl
10-22-2007, 09:11 PM
Ok, I'll try that, thanks :) . I had a DownloadsII url rewrite but I messed it up :( . I tried to look for it again with no success, I'll keep trying though.