Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
2 + 9 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

Re: Newbb 4.3 ERROR: Forum not selected!
by mrphilong on 2012/11/6 23:03:15

Quote:

irmtfan wrote:
I think if you use Rewrite you should always consider strange behaviors.


I agreed, thanks for looking into the issue for me.
Re: Newbb 4.3 ERROR: Forum not selected!
by irmtfan on 2012/11/6 8:49:07

Im against of using any rewrite hack/module especially when you are not familiar with regex and php until Core team offer the final solution.
if you search in xoops.org forums you can see there are many strange issues reported that finally discovered they are because of using rewrite hacks.
I think if you use Rewrite you should always consider strange behaviors.
Re: Newbb 4.3 ERROR: Forum not selected!
by Mamba on 2012/11/5 19:31:44

Quote:
Found the problem! It was my .htaccess file!

Thanks for reporting the solution to the issue.
Re: Newbb 4.3 ERROR: Forum not selected!
by mrphilong on 2012/11/5 13:17:25

Found the problem! It was my .htaccess file!

I moved /public_html/ to point to /public_html/Folder/

I had issued with posting in newbb and news, didn't try any other modules.

Quote:

# Turn on rewrites.
RewriteEngine on

# Add trailing slash if path does not contain a period or end with a slash
RewriteCond %{REQUEST_URI} !(\.|/$)
RewriteRule (.*) http://www.domain.com/$1/ [R=301,L]

# Change http://example.com to http://www.example.com (Optional)
RewriteCond %{HTTP_HOST} ^domain.com$
RewriteRule ^/?(.*)$ http://www.domain.com/$1 [R=301,L]

# Only apply to URLs on this domain
RewriteCond %{HTTP_HOST} ^(www.)?domain.com$

# Only apply to URLs that aren't already under folder.
RewriteCond %{REQUEST_URI} !^/Folder/

# Don't apply to URLs that go to existing files or folders.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Rewrite all those to insert /folder.
RewriteRule ^(.*)$ /Folder/$1

# Also redirect the root folder.
RewriteCond %{HTTP_HOST} ^(www.)?domain.com$
RewriteRule ^(/)?$ Folder/index.php [L]



Has anyone try moving Xoops from /public_html/ into /public_html/Folder/ with success?
Re: Newbb 4.3 ERROR: Forum not selected!
by mrphilong on 2012/11/5 4:02:50

I am using the same hosting account (same php and mysql) for a different domain and it is ok.

Who's Online

164 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 164


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits