Here is my htaccess file: <Files "config.php"> Order Allow,Deny Deny from All </Files> <Files "common.php"> Order Allow,Deny Deny from All </Files> RewriteEngine on Rewriterule ^(.+)-f([0-9]*).html-(.+)$ ./viewforum.php?f=$2&$3 Rewriterule ^(.+)...
Ok i have the black pearl template on my forum and when installing this mod my template does not have the following: var onload_functions = new Array(); var onunload_functions = new Array(); I do not have this code in the overallheader <a href="#p{postrow.POST_ID}"...
I installed the mod and i was making some new forum posts and the url's were still like viewtopic.php?f=3 etc etc etc. Yes i cleared the cache. I think it's to do with my htaccess file. My htaccess file before I installed the mod was this: <Files "config.php"> Order Allow,Deny Deny from Al...