I used to use
- Code: Select all
<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 [L]
Rewriterule ^(.+)-(t|p)([0-9]*).html-(.+)$ ./viewtopic.php?$2=$3&$4 [L]
Rewriterule ^(.+)-f([0-9]*)s([0-9]*).html-(.+)$ ./viewforum.php?f=$2&start=$3&$4 [L]
Rewriterule ^(.+)-(t|p)([0-9]*)s([0-9]*).html-(.+)$ ./viewtopic.php?$2=$3&start=$4&$5 [L]
Rewriterule ^(.+)-f([0-9]*).html$ ./viewforum.php?f=$2&$3 [L]
Rewriterule ^(.+)-(t|p)([0-9]*).html$ ./viewtopic.php?$2=$3&$4 [L]
Rewriterule ^(.+)-f([0-9]*)s([0-9]*).html$ ./viewforum.php?f=$2&start=$3&$4 [L]
Rewriterule ^(.+)-(t|p)([0-9]*)s([0-9]*).html$ ./viewtopic.php?$2=$3&start=$4&$5 [L]
I'm still using the 0.4.4 version rather than 4.8 version, but that's because I wasn't looking back at this and now that I did... I don't know how to update, since to install that mod, I had to go through lots of files and putting code in... I think it took me about good 20 minutes... I don't want to spend an hour searching for those code removing them, and then another 30 minutes installing the new version.
Anyway... how could I fix this problem? It's very irritating...

English |
French
