• Resolved marco666

    (@marco666)


    hello, i posted this a while ago, but i have other problems; namely, no internal links in my blog seem to work after a database restore (after a backup from another site).

    it was an emergency restore, meaning that i didn’t have the chance to change any path beforehand so i might have missed some steps. the homepage is perfect, everything else is screwed up. obviously i can see the other posts through the admin panel, but the website itself is messed up.

    ideas ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try – resetting your custom permalinks back to the default setting. If this works, then set a custom permalink structure back up again.

    Thread Starter marco666

    (@marco666)

    thanks; turns out it was an .htaccess problem …

    I’m having this same issue – tried the previous options and it appears it must be an .htaccess problem also. What did you do to the .htaccess file to get it to work right?

    Here’s my current .htaccess file:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^.*$ /index.php?q=$1 [L]
    </IfModule>
    php_flag register_globals off

    Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘broken links (and media library) after moving’ is closed to new replies.