Has anyone developed a good mod rewrite for phpBB?
I found one, but it relies on gzipping the pages too and that causes havoc in IE.
Would appreciate any help, if anyone has a .htaccess I could look at that'd be fantastic! ;)
Nick
bcolflesh
2:25 pm on Sep 18, 2003 (gmt 0)
Did you see post #8 in the forum for that mod:
phpbb.com/phpBB/viewtopic.php?t=99329
Those look like a good start and I don't see any need for mod_gzip.
NeedScripts
2:27 pm on Sep 18, 2003 (gmt 0)
sorry if it sounds toooooooo stupid.. but I had to ask...
Does that mod_rewrite also takes care of session ID
Nick_W
2:30 pm on Sep 18, 2003 (gmt 0)
>mod gzip
The way he's written the mod, it does need mod_gzip. If you download it you'll see.
I'm trying to find a standard .htaccess rewrite...
Nick
bcolflesh
2:33 pm on Sep 18, 2003 (gmt 0)
I understand that - but what's to stop you from using the .htaccess rules posted there in lieu of the whole mod?
NeedScripts
2:34 pm on Sep 18, 2003 (gmt 0)
Hey Nick...
I am using .htaccess to this purpose... but am still having the problem with session ID... I know there is also another mod for this.. but don't wanna get my hands dirty with it.. however if you want it.. then pm me and I will send you the url :)
NS
Nick_W
2:38 pm on Sep 18, 2003 (gmt 0)
>> rules posted there in lieu of the whole mod?
The main reason would be that it doesn't work without his gzip insertion as well. Thanks for the help though..