Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: guys help problem here WordPress pages display after bbpress installation

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 disappear

how could that happen?

help thanks for replying really appreciate it

hoping to hear from you soon

Skip to toolbar