• pilaster

    (@pilaster)


    Hi all!

    I think I messed up.

    Too tired to think this night I changed the permalinks just so!

    For 2 Clicks it worked, then nothing more.

    Then I tried to reset via phpmyadmin the permalink option in the database
    (Which means i erased the entry in wp-options, ID 31)

    And I deleted the .htaccess-file in the main directory.

    But nothing works!

    Help please!

Viewing 3 replies - 1 through 3 (of 3 total)
  • David Gard

    (@duck_boy)

    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.

    Thread Starter pilaster

    (@pilaster)

    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

    Thread Starter pilaster

    (@pilaster)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalink changed-all gone(admin panel too)-db options reset did nothing!!’ is closed to new replies.