guys help problem here my word press pages displays error file not found after I install bb press for its forum i now uninstall it now the problem is my word press wouldn't display either please help guys
bbPress support forums » Troubleshooting
guys help problem here Wordpress pages display after bbpress installation
(6 posts)-
Posted 2 months ago #
-
Please post the URL of your WordPress installation and where you think you should be able to access bbPress. Thanks.
Posted 2 months ago # -
i just un install the forum bbpress
now my word press is not displaying pages even if i uninstall the
bbpress really out of sight herebout bbpress i just upload it in the webroot naming the directory www.libertybed.com/forum
thanks
Posted 2 months ago # -
Interesting. Looks like a rewrite issue.
I can access this page just fine:
http://www.libertybed.com/archives/tag/bedsI can't access any page that looks like this http://www.libertybed.com/archives/92
I can't access the forum at http://www.libertybed.com/forum/
If you contact me off list I can help you troubleshoot it. You will find contact details in my profile or on the website linked to my username.
Posted 2 months ago # -
i just uninstall it the bbpress you mean ?
yeah i'm really totally lost hehehe new to wordpress really
can you give me any suggstion do you want to see my ht access?here it is
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
thats my htaccess
having questions with it because its repeating itself
and change it to this
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>but keep on displaying none
and the really weird one is that
when i login to admin and refresh my browser in the page it shows up ..but as i log out and refresh the page it disappearhow could that happen?
help thanks for replying really appreciate it
hoping to hear from you soon
Posted 2 months ago # -
and you can see if you click in the post it will show up error 404 file not found im using wordpress magazine for this.....
Posted 2 months ago #
Reply
You must log in to post.