This question may be related to a resolved thread.
hi,
I have set up the forums, and I ran into the problem that forum post attachments do not work.
Uploading seems to work fine (I find the file in the upload directory), but when I click on the link in some post, it takes me to a blank page.
See here:
http://www.learn-accounting.com/channel/forum_wrds/viewthread/32/
link of attachment:
http://www.learn-accounting.com/channel?ACT=27&fid=48&aid=3_i3m7wCK0VMQVZTVywFCp&board_id=2
In a similar post on this forum I saw that .htaccess could be related. I don’t believe I have anything special there (except that .index is rerouted to ‘/’, I am using another page for expr engine (channel))
just in case:
# index.php to /
#RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/
#RewriteRule ^(.*)index\.php$ /$1 [R=301,L]
<Files channel>
ForceType application/x-httpd-php
</Files>
thanks,
Joost