Recreate the .htaccess file in the public html root folder and add this text –
# 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
Now go on to your _options table, find the row wiht the option_name ‘permalink_structure’, and ensure that the option_value is completly blank. If you completly deleted the row, then create a new row using the data belwo –
option_id – {allow to pick up automatically}
blog_id – 0
option_name – permalink_structure
option_value – {leave blank}
autoload – yes
Try the site, and also to admin login, and post any error message that you get.
Hello duck__boy
At first many thanks for the fast reply
I checked and i found in the database in table wp_options the row with ‘permalink_structure’
It was completely empty
Then I crated a new .htaccess file and filled it with the content you gave me.
Then I tried to visit the Site and the backend, but in both cases it takes ages and at last following error-message was shown:
Internal Server Error
Problem solved:
1) I deleted the .htacces – file in the root folder of wordpress
2) I deleted in the database, table wp_options, Entry ‘permalink_structure’ the value, so the field was empty
3)
I renamed the folder root/wp-conten/plugins
to plugins_
4) Yipeeee!
I had access to backend and frontend
5) I renamed the folder root/wp-conten/plugins_
to his correct name plugins
6)
Activated all plugins and reinstalled all plugins where the activation does not work
(the only problem I have is the YOURLS-plugin for Twitter, but I am shure to fix this, too)
Thanx to all of you, this forum is live worth!
pilaster