bbpress.conf displaying
-
Hello All,
Not sure how I managed to pull this off, after I got buddypress up and running, the contents of the bbpress config file is displaying at the top of every page. Needless to say, Im hesitant to post the link
Any ideas on how to resolve this? I considered permissions, which are currently 644.
Heres my .htaccess
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Thanks in advance for your time.
- The topic ‘bbpress.conf displaying’ is closed to new replies.