SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Bug Reports / Forum page not found
Posted:  02 Oct 2011 18:15
The forum page is not found after creating the forum, please help with this
Posted:  02 Oct 2011 18:21   Last Edited By: adex
check at www.kutihall.clanteam.com/forum
Posted:  02 Oct 2011 19:43
Have you set the .htaccess file as per the installation instructions?
Posted:  03 Oct 2011 02:30
Yes it is in the default way and I felt there is no need to change it. But if I want to include the forum files path, where should I key in the value
Posted:  03 Oct 2011 11:09
Here's what you need to do (from the manual):
Quote:
2. Put the mod_rewrite rules in the .htaccess file in your forum directory. See the htaccess_example.txt file for the default way to do it:
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:  03 Oct 2011 14:06
yes I've created the file, I've changed permission of my forum directory to 777, i reinstalled the whole board, all to no avail
Posted:  03 Oct 2011 15:22
Turn off the seo friendly urls then.