Recent Topics

1 Jul 11, 2010 00:21    

My b2evolution Version: 3.3.3

I noticed a few weeks ago that none of the edit links on the blog pages are working. I keep getting a page not found error instead of it redirecting me to the admin area for that post.

http://mysite.com/my_blog/admin.php?ctrl=items&action=edit&p=367&redirect_to=http%3A%2F%2Fmysite.com%2Fmy_blog%2Fblog1.php%23item_367

...gives me custom error page I created for the site when a page is not found. When I cut off the redirect portion (below)....

http://mysite.com/my_blog/admin.php

...takes me into my admin area where everything is working (but it just takes me to the main dashboard). Any ideas?

2 Jul 11, 2010 20:54

As an update...

http://mysite.com/my_blog/admin.php?ctrl=items&action=edit&p=367&redirect_to=http%3A%2F%2Fmysite.com%2Fmy_blog%2Fblog1.php%23item_367

...doesn't redirect but gives a 404 error.

http://mysite.com/my_blog/admin.php?ctrl=items&action=edit&p=367&redirect_to=%2Fmy_blog%2Fblog1.php%23item_367

...work perfectly.

It seems the edit link is putting in an extra "http://mysite.com" in the url that is pooching the redirect. Anyone?

Is this due to some setting somewhere, .htaccess, etc? I can't figure this out and it's driving me nuts! help!

3 Jul 11, 2010 21:28

Second http:// in the url causes problems sometimes.I dont know the solution to fix, but ask your hosting provider about it , they should solve ..had that issue myself.

4 Jul 11, 2010 22:24

I just posted a trouble ticket with my webhost and they addressed the problem. They had to whitelist a mod_sec rule.


Form is loading...