@gadgetguruil
14 years, 8 months ago
tnx to my host he found that i i didnt have .htaccess file
and you need to add wp rewrite IfModule . htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
enjoy
same here http://www.pressit.co.il/
i have tested buddypress on a new wordpress 2.9.1 and 2.9.2 installations
i have nice Permalink and no plugin installed at all accept buddypress
i use the new BuddyPress Default theme 1.2.1 by BuddyPress.org
my host told me that i have
PHP version 4.3 or greater.
MySQL 4.1 or greater.
The mod_rewrite Apache module enabled.
btw
if i use activity stream to be the home page it works but if i dont i cant get to it
plz help