Quote:
Originally Posted by JTyson
If you post the htacces file for this hack at the isapirewrite forums they should be able to help you convert it to there syntax.
[high]* JTyson anxiously awaits an update on this hack  [/high]
|
Sorted. The amended rules are below:
PHP Code:
RewriteRule /forums/f([0-9]+)-([A-Za-z0-9\-]+)\.html$ /forums/forumdisplay.php\?f=$1 [I,L]
RewriteRule /forums/t([0-9]+)(((-p)([0-9]+))?)([A-Za-z0-9\-]+)\.html$ /forums/showthread.php\?t=$1&page=$5&pp=10
[I,L]
Clicks install
Just realised that \ is not showing up in the code block above so for example /forums/forumdisplay.php?f=$1 should be /forums/forumdisplay.php\?f=$1