board3 / Board3-Portal

Adds a portal with several blocks, which can be switched on and off via the ACP, to the front page of your phpBB 3 forums.
http://www.board3.de
GNU General Public License v2.0
30 stars 21 forks source link

IIS forum image aren’t displayed in forum list module/block #645

Closed Galixte closed 9 years ago

Galixte commented 9 years ago

Hi @marc1706,

on IIS server with 2.1.0-RC3 release the forum image aren’t displayed in forumlist module/block.

On index page the code is:

<img src="./imacatfor/bi.jpg" alt="Aucun message non lu">

For the image found at:

http://fsfrancesimulateur2.fr/forum/imacatfor/bi.jpg

On the portal page, the code is the same:

<img src="./imacatfor/bi.jpg" alt="Aucun message non lu">

However, on the portal page the image is searched at:

http://fsfrancesimulateur2.fr/forum/app.php/imacatfor/bi.jpg
marc1706 commented 9 years ago

It seems like your IIS server is incorrectly configured. Make sure the URL rewrite module is enabled on your server. I've tested this with the current dev version of Board3 Portal and phpBB 3.1.6. The rewrite works without issues for me.

Galixte commented 9 years ago

Thanks.