Tags working perfectly, thanks a lot !!
But I don't understand what the first line does:
Code:'^f([0-9]+)/i([0-9]+)\.html$' => 'f$1/index$2.html'^^This works for one forum, is there an option to do this in one line for all my forums?Code:'^f22/(.*)\.html$' => 'f22/$1/'
Is there not a way to redirect all .html to / ?


3Likes
LinkBack URL
About LinkBacks







Reply With Quote
am I doing it correctly?
