I believe it is an .htaccess problem (I am on an Apache server).
I totally scrapped my original (and every speck of protection with it.) just to try every solution I could research on your site. Currently my index.php comes up with these errors.
Warning: Cannot modify header information - headers already sent by (output started at /home/.keisa/jimithy/slashdrugcosts.org/forum/index.php:4) in /home/.keisa/jimithy/slashdrugcosts.org/forum/includes/sessions.php on line 254
Warning: Cannot modify header information - headers already sent by (output started at /home/.keisa/jimithy/slashdrugcosts.org/forum/index.php:4) in /home/.keisa/jimithy/slashdrugcosts.org/forum/includes/sessions.php on line 255
Warning: Cannot modify header information - headers already sent by (output started at /home/.keisa/jimithy/slashdrugcosts.org/forum/index.php:4) in /home/.keisa/jimithy/slashdrugcosts.org/forum/includes/page_header.php on line 507
Warning: Cannot modify header information - headers already sent by (output started at /home/.keisa/jimithy/slashdrugcosts.org/forum/index.php:4) in /home/.keisa/jimithy/slashdrugcosts.org/forum/includes/page_header.php on line 513
Warning: Cannot modify header information - headers already sent by (output started at /home/.keisa/jimithy/slashdrugcosts.org/forum/index.php:4) in /home/.keisa/jimithy/slashdrugcosts.org/forum/includes/page_header.php on line 514
I am currently using this .htaccess in my forum directory (and I removed all .htaccess files from the root and below.)
# FORUM PROTECTION RULE
RewriteRule ^forum/.+/([^/]+\.html)$ /forum/index.php [R=301,L]
# CATEGORIES
RewriteRule ^forum/.+-vc([0-9]+)\.html$ /forum/index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^forum/.+-vf([0-9]+)-([0-9]+)\.html$ /forum/viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^forum/.+-vf([0-9]+)\.html$ /forum/viewforum.php?f=$1 [QSA,L]
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
# PAGINATED TOPIC
RewriteRule ^forum/.+-vt([0-9]+)-([0-9]+)\.html$ /forum/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^forum/.+-vt([0-9]+)\.html$ /forum/viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^forum/post([0-9]+)\.html$ /forum/viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^forum/member([0-9]+)\.html$ /forum/profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES
#####################################################
#########################################################
# MX GG_SITEMAPS REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/02/22
########################
########################################################
# phpBB
RewriteRule ^sitemaps.xml$ /sitemap.php [L]
RewriteRule ^forum-sitemap-([0-9]+).xml$ /sitemap.php?fid=$1 [L]
RewriteRule ^sitemap-forum.xml$ /sitemap.php?forum [L]
#####################################################
# able2know rewriterules
#we keep them to kill them Wink
RewriteRule ^forum/forums.* /forum/index.php [L,NC]
RewriteRule ^forum/post-([0-9]*).html&highlight=([a-zA-Z0-9]*) /forum/viewtopic.php?p=$1&highlight=$2 [L,NC]
RewriteRule ^forum/post-([0-9]*).* /forum/viewtopic.php?p=$1 [L,NC]
RewriteRule ^forum/view-poll([0-9]*)-([0-9]*)-([a-zA-Z]*).* /forum/viewtopic.php?t=$1&postdays=$2&postorder=$3&vote=viewresult [L,NC]
RewriteRule ^forum/about([0-9]*).html&highlight=([a-zA-Z0-9]*) /forum/viewtopic.php?t=$1&highlight=$2 [L,NC]
RewriteRule ^forum/about([0-9]*).html&view=newest /forum/viewtopic.php?t=$1&view=newest [L,NC]
RewriteRule ^forum/about([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).* /forum/viewtopic.php?t=$1&postdays=$2&postorder=$3&start=$4 [L,NC]
RewriteRule ^forum/about([0-9]*)-([0-9]*).* /forum/viewtopic.php?t=$1&start=$2 [L,NC]
RewriteRule ^forum/about([0-9]*).* /forum/viewtopic.php?t=$1 [L,NC]
RewriteRule ^forum/about([0-9]*).html /forum/viewtopic.php?t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5 [L,NC]
RewriteRule ^forum/mark-forum([0-9]*).html* /forum/viewforum.php?f=$1&mark=topics [L,NC]
RewriteRule ^forum/updates-topic([0-9]*).html* /forum/viewtopic.php?t=$1&watch=topic [L,NC]
RewriteRule ^forum/stop-updates-topic([0-9]*).html* /forum/viewtopic.php?t=$1&unwatch=topic [L,NC]
RewriteRule ^forum/forum-([0-9]*).html /forum/viewforum.php?f=$1 [L,NC]
RewriteRule ^forum/forum-([0-9]*).* /forum/viewforum.php?f=$1 [L,NC]
RewriteRule ^forum/topic-([0-9]*)-([0-9]*)-([0-9]*).* /forum/viewforum.php?f=$1&topicdays=$2&start=$3 [L,NC]
RewriteRule ^forum/ptopic([0-9]*).* /forum/viewtopic.php?t=$1&view=previous [L,NC]
RewriteRule ^forum/ntopic([0-9]*).* /forum/viewtopic.php?t=$1&view=next [L,NC]
# To allow the zero dupe to take care about the topicxx.html duplicates
# PAGINATED TOPIC
RewriteRule ^forum/topic([0-9]+)-([0-9]+)\.html$ /forum/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^forum/topic([0-9]+)\.html$ /forum/viewtopic.php?t=$1 [QSA,L]
This last .htaccess could be total garbage considering how many versions I have tried.
My forum does not have the "attachment_mod". I went back and searched the files just to make sure.
I do not use a bunch of mods because I believe there is too much chance for interaction between them.
I run a simple forum.
I made sure that the MX install did not overwrite any of my files. (It did do the one file mod to allow admin control.)
I have tried cleaning out MX Google Sitemap to get my forum functional again.
I deleted MX Google Sitemap files. Renamed my forum and installed a backup of my forum made before installation. I get exactly the same errors and problems.
I restored my database a backup made before installation. I get exactly the same errors and problems.
I renamed my root dir of my site and then I restored my ENTIRE SITE from a backup made before installation. So finally my forum now works. (minus MX Google Sitemap of course)
My db is MySQL - 5.0.18
I run PHP version 4.4.2 on a Apache/2.0.54 <UNIX> server.
My phpBB forum 2.0.21 does has some mods:
Copyright_Information_1.0.1
fix_caret
guests_no_urls
mod_topic_cement_1.0.3
spamwords
mouse_hover_last_post_1.0.1
Any ideas would be greatly appreciated.

English |
French
