I have Wordpress running on a dedicated centos server with Buddypress installed . Buddypress requires pretty permalinks. Therefore I changed i to /%postname%.
Somehow it did not work because Buddypress is not working correctly and Wordpress suggests to create the .htaccess myself :
"If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all."
I have tried every hint I found but somehow it does not work. Here is a list:
- mod_rewirte is enabled
- .htaccess was created and filled with wordpress suggested information
- .htaccess was set to chmod 777
- FollowSymLinks and AllowOverride All was set in the httpd.conf
Is there anything else I can do?
Thanks in Advance