Recent Topics

1 Jan 16, 2011 00:52    

My b2evolution Version: 4.0.3

I just upgraded from 3.3.3. to 4.0.3 with no issues during that process -- thanks to all the devs for making that possible!

Now when I try to access previously published pages using extra-path (like http://hexenbukel.org/2010/officers), I get a "Error 500 - Internal server error" message. However, my logs show a 200 status code:


"GET /2010/officers HTTP/1.1" 200 645 hexenbukel.org

When I set the Single Post URL to "Use param: post ID" or "Use param: post title", the URL ([url=http://hexenbukel.org/?p=45&more=1&c=1&tb=1&pb=1]http://hexenbukel.org/?p=45&more=1&c=1&tb=1&pb=1[/url]) works fine.

I'd like to continue using the extra-path format if possible, so any help to restore that functionality would be appreciated! Thank you in advance.

EDIT: hypertext-ified the param URL

2 Jan 19, 2011 15:03

Rename .htaccess file in root directory and see if URLs work. If they work, remove the following, rename the file back and try again.

# PHP SECURITY:
# this will make register globals off in the evo directory
<IfModule mod_php4.c>
	php_flag register_globals off
</IfModule>
<IfModule mod_php5.c>
	php_flag register_globals off
</IfModule>


Form is loading...