Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Yikes, my wordpress site has disappeared while integrating with bbpress

Another note, the Internal Server Error yesterday was fixed by correcting the .htaccess file.

At present it reads:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Skip to toolbar