Recent Topics

1 Mar 23, 2011 18:09    

B2evolution version: 2.4.7

I created this topic in Bugs in 2.4, but as it affects 4.x as well, I repeat it here, in the hope to get a solution.

We put this tag in _html_header.inc.php:

<meta http-equiv="Refresh" content="600" />

It works in FF and IE, but not in Opera. After refreshing, instead of our home page we get an apache page with Index of /b2evolution4/skins/evopress, and a listing of the directory. We have tried in b2evolution 4 with the same result (you can put 6 instead of 600 to try).

Any ideas?

2 Mar 23, 2011 18:12

It's caused by the <base> tag use "/" instead

¥

3 Mar 24, 2011 00:01

Thanks for your answer, ¥åßßå, but it does not seem to work.

If I use <base href="/" />, disappears all relative css and img includes. So neither browser works...

4 Mar 24, 2011 00:58

Try this

echo '<meta http-equiv="refresh" content="600;url='.$GLOBALS['ReqURI'].'">';

This is not a bug. Moved to support forum

5 Mar 24, 2011 02:54

Now it works works like a charm!

thanks a lot, sam2kb


Form is loading...