Hallo,
ich habe DownloadsII sowie das Auto-Thread-Create Addon installiert. Zweiteres verlinkt allerdings nur auf die ID, wodurch doppelter Content entstehen würde.
Meine RewriteRules:
Wie leite ich per 301 die Downloads von 'downloads/$1/' auf 'downloads/$3/$2/$1-$4/'?Code:// Downloads II 'downloads\.php$' => 'downloads/' 'downloads\.php\?do=file&id=(\d+)' => 'downloads/$1/' 'downloads\.php\?do=file&title=(.+?)&cid=(\d+)&ctitle=(.+)&id=(\d+)' => 'downloads/$3/$2/$1-$4/' 'downloads\.php\?do=cat&title=(.+)&id=(\d+)$' => 'downloads/$1-$2/' 'downloads\.php\?do=stats' => 'downloads/statistiken.html' 'downloads\.php\?do=search' => 'downloads/suche.html' 'downloads\.php\?do=tree' => 'downloads/kategorien.html' 'downloads\.php\?do=add&cat=' => 'downloads/kategorie-hinzufuegen.html' 'downloads\.php\?do=manfiles' => 'downloads/dateien-verwalten.html' 'downloads\.php\?do=my' => 'downloads/eigene-dateien.html'
MFG Batman1983







Reply With Quote