Will disabling the forum url caching decrease the performance of the rewrite, or is it only used to store the url settings? I'm about to give this a shot.
Installing via the ACP isn't an option for my situation. It'd have to be installed via file edits only. It's unfortunate there's not an easy way (like on phpBB2) to just edit .htaccess and a couple files : /
I want to use the simple mod_rewrite for phpBB3 but I'd like to be able to do this without having any of the ACP options configurable (as in hard coding them). Didn't seem easy to do so I tried doing this via .htaccess RewriteRule ^forum([0-9]+)\.html$ /viewforum.php?f=$1 [QSA,L] RewriteRule...