mdvaldosta - Posts

Return to advanced search

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.
by mdvaldosta
Sun Jan 06, 2008 7:54 pm
 
Forum: Simple SEO URL
Topic: REALLY Simple Mod_Rewrite - As In Not Using ACP Ability
Replies: 14
Views: 2076

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 : /
by mdvaldosta
Sat Jan 05, 2008 8:36 pm
 
Forum: Simple SEO URL
Topic: REALLY Simple Mod_Rewrite - As In Not Using ACP Ability
Replies: 14
Views: 2076

REALLY Simple Mod_Rewrite - As In Not Using ACP Ability

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...
by mdvaldosta
Sat Jan 05, 2008 6:39 pm
 
Forum: Simple SEO URL
Topic: REALLY Simple Mod_Rewrite - As In Not Using ACP Ability
Replies: 14
Views: 2076

Return to advanced search