SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Support / Help for i install subfolder
Posted:  17 Sep 2007 17:33
i install this scirpt under www.leve-net.com/forum
with .htaccess

but when i active .htacess url becomes
www.leve-net.com/forum/forum1.html and then click, page go to 404.

help me please
Posted:  17 Sep 2007 17:37
i solved this error.

if you want to install subfolder

for example your domain www.yourdomain.com

and you want to install under forum folder.

edit your .htaccess

Code:


RewriteBase /forum

RewriteEngine On
RewriteRule ^forum([0-9]+)\.htm$ ./index.php?a=vforum&f=$1
RewriteRule ^forum([0-9]+)-([0-9]+)\.htm$ ./index.php?a=vforum&f=$1&p=$2
RewriteRule ^article([0-9]+)\.htm$ ./index.php?a=vtopic&t=$1
RewriteRule ^article([0-9]+)-([0-9]+)\.htm$ ./index.php?a=vtopic&t=$1&p=$2


Posted:  17 Sep 2007 20:29
I guess it depends on the settings of your web host. I have installed the forum in subdirectories using the default seo-board .htaccess file and it has worked.