Quote:
Originally Posted by WEBDosser
downloaded.. but not installed as it requires file edits and that is not supported by vb.com i will wait because i believe vb4 has some built in.
|
You right. I hope that the vb4 rewrite function will be good..
Quote:
Originally Posted by samuelss
I have downloaded and installed the 2.01 version and enabled "Medium" and am getting page cannot be displayed error. My .htaccess is as below
RewriteEngine on
#Add the following lines at the end of the file
RewriteRule paultest.gif images/smilies/cool.gif
RewriteRule ^(.*)t([0-9]+)(.*)newpost(.*)$ showthread.php?t=$2&goto=newpost [QSA,L]
RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/post([0-9]+)(.*)$ showpost.php?p=$6 [QSA,L]
RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/([a-z]+)([0-9]+)(.*)$ showthread.php?t=$4&page=$7 [QSA,L]
RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)$ showthread.php?t=$4 [QSA,L]
RewriteRule ^(.*)f([0-9]+)/([a-z]+)([0-9]+)(.*)$ forumdisplay.php?f=$2&page=$4 [QSA,L]
RewriteRule ^f([0-9]+)(.*)$ forumdisplay.php?f=$1 [QSA,L]
RewriteRule ^(.*)-f([0-9]+)(.*)$ forumdisplay.php?f=$2 [QSA,L]
Any idea?
Thanks.
|
http://www.completefootballforum.com/f10
You use IIS, Internet Information Services (from microsoft) can this be the problem of the uncompatible htaccess?