- Edited
Please help, apache2.4 .htaccess not working.
`
//seo_mod_start
Uncomment the following and add your path if rewrites arent working properly
#RewriteBase /
RewriteRule index.html$ index.php [L,NE]
RewriteRule .*-b-([0-9]+).ts(.)$ browse.php?cat=$2 [QSA,L]
RewriteRule .*-c-([0-9]+).ts(.)$ browse.php?browse_categories&category=$2 [QSA,L]
RewriteRule .*-d-([0-9]+).ts(.)$ download.php?id=$2 [QSA,L]
RewriteRule .*-s-([0-9]+).ts(.)$ details.php?id=$2 [QSA,L]
RewriteRule .*-a-(.).ts(.)$ announce.php?passkey=$2 [QSA,L]
RewriteRule .*-u?([0-9]+).ts(.)$ userdetails.php?id=$2$3 [QSA,L]
RewriteRule .*-f([0-9]+).tsf(.)$ tsf_forums/index.php?fid=$2$3 [QSA,L]
RewriteRule .*-fd([0-9]+).tsf(.)$ tsf_forums/forumdisplay.php?fid=$2$3 [QSA,L]
RewriteRule .*-t([0-9]+).tsf(.)$ tsf_forums/showthread.php?tid=$2$3 [QSA,L]
`