Can’t properly install wordpress
-
Hi,
I experiencing some trouble to install buddypress.
First : it doesn’t want to accept the permalinks form %postname%. I can only access to my whole page by getting to /index.php/%postname%. Maybe it’s the .htaccess fault :
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I get a 404 error when i follow the website link.
Second : when i go to page like members or another, i have empty page.
Even when i want to go to the administrator page, i have a not found page generated by wordpress this time :
What can i do ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.