Originally Posted by
pegasus
You can get the "Sorry! This forum is not accepting new posts" message if the forum you created for "wikiForums" has one of these settings:
- Act as Forum: No
- Forum is Open: No
Note that both of these settings must be "Yes" in order to post to any forum.
Also, please post your "VaultWiki: Server Settings" for review.
Hello!
Here is the update:
In vB Admin CP --> CES VAult Wiki --> Namespace Manager
Then on #6, which is the wiki, I clicked on "Forum"
On "Posting Options" I have:
Act as Forum (Will act as category if no)
YES
Forum is Active (Will not appear if set to no, but remains accessible if the forum's URL is known)
YES
Forum is Open (Set this to 'No' to prevent any new posts being made in this forum)
YES
Index New Posts in Search Engine (Setting this to 'No' will prevent anyone from being able to search in this forum)
YES
Here is the .htaccess file that is in use at the moment:
=======
Here is the Vault Wiki: Server Settings
Turn on the Wiki?
YES
Wiki Base URL
http://www.comoestaeso.com/forums
Filename of the Wiki PHP file
showiki
REQUEST Title Variable
title
Replace Spaces in URLs?
+ (plus)
Simplify Wiki Links?
YES
Enable Link Caching?
YES
====
Here is the .htaccess file as it is on the server at the moment:
Code:
RewriteEngine on
RewriteBase /forums/
RewriteRule ^showwiki.php?title=(.*)$ showwiki/$1 [L,R=301]
RewriteRule ^showwiki/ComoEstaEso+com+wiki:(.*)$ showwiki/$1 [L,R=301]
RewriteRule ^showwiki/(.*)?$ showwiki_proxy.php [L,QSA]
AddHandler fcgid-script .php
RewriteCond %{HTTP_HOST} ^comoestaeso.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.comoestaeso.com$
RewriteRule ^/?$ "http\:\/\/www\.ComoEstaEso\.com\/cms" [R=301,L]
========
Thank you very much for the help... I am really trying to figure out what I am doing wrong over here.
Your help is much appreciated!
Bookmarks