Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
How do I fix post auto redirect error page? (1 viewing) (1) Guest
TOPIC: How do I fix post auto redirect error page?
#53308
How do I fix post auto redirect error page? 6 Months ago  
When I post it auto redirects to a page that says:

Not Acceptable

An appropriate representation of the requested resource /test/index.php could not be found on this server.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at mytestsite.com Port 80
Babahun (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#53310
Re:How do I fix post auto redirect error page? 6 Months ago  
did you try the last nightly build, that is posted in the svn1.0.5-thread?
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#53315
Re:How do I fix post auto redirect error page? 6 Months ago  
racoon wrote:
did you try the last nightly build, that is posted in the svn1.0.5-thread?

No. I will try it on my test site.

ModSecurityTM is an open source intrusion detection and prevention engine for web applications (or a web application firewall). Operating as an Apache Web server module or standalone, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks.
While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security.

Make or edit your forum .htaccess file and add the following code
Code:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

Note, place this file in your main forum directory.

I will add this to htaccess.txt file inside joomla root driectory and see if it works.
Babahun (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#53316
Re:How do I fix post auto redirect error page? 6 Months ago  
This is the thread racoon refers to: www.bestofjoomla.com/component/option,co...t,10/limitstart,100/

If you don't know how to manage with SVN, near the end fxstein posted nlast nightly build, if you wait a bit, next version comes soon.

Anyway, you could also check this fix, is for vbulletin, but the error seems the same:
There is a very good chance your host has installed a add-on for apache called mod_security.
Quote:
ModSecurityTM is an open source intrusion detection and prevention engine for web applications (or a web application firewall). Operating as an Apache Web server module or standalone, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks.
While mod_security can be a very powerful tool, misconfigured or overly strict rule sets can interfere with vBulletins Operation. Below for Apache users you can use an htaccess file and add a specific rule to disable mod_security.

Make or edit your forum .htaccess file and add the following code
Code:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

Note, place this file in your main forum directory.
johnnydement (Moderator)
FB Quality & Testing Team
Moderator
Posts: 458
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
 
#57101
Re:How do I fix post auto redirect error page? 4 Months, 2 Weeks ago  
Hi all,

im also having the same problem, new to joomla and fireboard. i tried the solution given but still having the same problem.

im running the forum not directly from the domain but from the subdomain.

any suggestion and help appreciated..

thanks in advance
shamabima (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top