Info
- 6 posts
- 5 voices
- Started 5 years ago by sniss
- Latest reply from Trent Adams
- This topic is not resolved
Trouble posting
-
- Posted 5 years ago #
I have a rather strange problem. When I click the "Send Post"-button I get a 302 Found, with the following message:
The document has moved
- here
The link points to bb-post.php. When I click the link I get the following message:
You need to actually submit some content!
My .htaccess file that was generated from rewrite-rules.php is placed in the root of the bbpress-installation looks like this:
RewriteEngine On
RewriteBase /bbpress/
RewriteRule ^forum/([0-9]+)/page/([0-9]+)$ /bbpress/forum.php?id=&page= [L,QSA]
RewriteRule ^forum/([0-9]+)$ /bbpress/forum.php?id= [L,QSA]
RewriteRule ^topic/([0-9]+)/page/([0-9]+)$ /bbpress/topic.php?id=&page= [L,QSA]
RewriteRule ^topic/([0-9]+)$ /bbpress/topic.php?id= [L,QSA]
RewriteRule ^tags/(.+)/page/([0-9]+)$ /bbpress/tags.php?tag=&page= [L,QSA]
RewriteRule ^tags/(.+)/?$ /bbpress/tags.php?tag= [L,QSA]
RewriteRule ^tags/?$ /bbpress/tags.php [L,QSA]
RewriteRule ^profile/([0-9]+)/page/([0-9]+)$ /bbpress/profile.php?id=&page= [L,QSA]
RewriteRule ^profile/([0-9]+)/([a-z]+)$ /bbpress/profile.php?id=&tab= [L,QSA]
RewriteRule ^profile/([0-9]+)/([a-z]+)/page/([0-9]+)$ /bbpress/profile.php?id=&tab=&page= [L,QSA]
RewriteRule ^profile/([0-9]+)$ /bbpress/profile.php?id= [L,QSA]
RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /bbpress/view.php?view=&page= [L,QSA]
RewriteRule ^view/([a-z-]+)$ /bbpress/view.php?view= [L,QSA]
RewriteRule ^rss/$ /bbpress/rss.php [L,QSA]
RewriteRule ^rss/forum/([0-9]+)$ /bbpress/rss.php?forum= [L,QSA]
RewriteRule ^rss/topic/([0-9]+)$ /bbpress/rss.php?topic= [L,QSA]
RewriteRule ^rss/tags/([a-z]+)$ /bbpress/rss.php?tag= [L,QSA]
RewriteRule ^rss/profile/([0-9]+)$ /bbpress/rss.php?profile= [L,QSA]The $bb->mod_rewrite is set to true.
The post is inserted into the database, when I look at the frontpage of bbpress, but it is not redirecting properly.
My webhost is one.com.
Has anyone else experienced this fenomenon?
-
- Posted 5 years ago #
What browser are you using? Does the same thing happen in every browser?
Do you have any firewall or proxy servers set up?
-
- Posted 5 years ago #
Firefox and Internet Exploder^H^H^Hrer, and it behaves in a similar fashion. Well I sit behind a corporate firewall/proxy, so the configuration is unknown.
-
- Posted 5 years ago #
I AM HAVING TROUBLE POSTING AS WELL AS AN ADMIN. I GET A REPLY BOX AND THE SEND POST DOES NOT WORK..AS A RESULT I CANNOT CREATE POSTS...
-
- Posted 5 years ago #
Can you turn off pretty permalinks in the config.php and remove the .htaccess to see if those things are the source of the problem? Also, a URL to experience the problem would help also.
Thanks.
-
- Posted 5 years ago #
It is mod_rewrite in the config.php that chrishajer is referring to. As well, could you post without CAPS on as that is shouting and can be considered rude as well!
Thanks,
Trent
-
You must log in to post.