Hello,

i moved my site form one domain to another. I simply moved DB, cleared Cache a moved files. Than edited config.

All works fine (looks so :), but some links are changed from:

<li><a href="/node/29">TEXT</a></li>

to

<li><a href="/node/29?phpMyAdmin=%2CJggS3O7%2C2r8Pt1p8EK98sc7Iy7">TEXT</a></li>

Can you tell me why? I only used PhpMyAdmin to export and than to import.

Thanks, Gamma

Comments

gamma’s picture

And after moving i need to rewrite all <a href="node/5"> to something like: <a href="?q=node/5"> :(

glennr’s picture

Try Backup and Migrate. It works every time for me. This is assuming you've got the same directory structure within each Drupal installation, so the paths remain the same.

gamma’s picture

I installed module, but doesn't appear in the menu. Even i have full rights set for this module and my role. Any hint?