Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #508697

    Team –

    I have an interesting issue. I did an Enfold “export” (save) yesterday and “imported” (reset) today. All the pages are listed and present in the “Page” section, and the information for each page can be viewed in Avia Layout Builder. The issue is when I hit “view page”, I am getting the following redirecting error:

    This webpage has a redirect loop
    ERR_TOO_MANY_REDIRECTS

    It becomes more interesting, because I can see the only the frontpage (w/o doing anything) and any trashed (old) pages (if, I manually write in the url subdomain). I found this by accident. Some of the pages look like it has blended the theme I imported with some of my content and images.

    Got any suggestions?

    Best,

    AH

    #508891

    Hey aubrey_hinds,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #509075

    Rickard –

    Thanks for looking into it. I really did not want spend the time wiping WP, reinstalling WP/Enfold, and creating everything over.

    Please let me know what you find.

    Best Regards,

    AH

    #509078

    Hey!

    Can you please try changing content of your .htaccess file to following

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    Please have a backup of your old .htaccess file before making changes

    Cheers!
    Yigit

    #509138

    Okay – making the back up and updating it now. I will let you know how it goes.

    AH

    #509144

    Hi!

    Sure, we will keep the thread open to wait to hear from you :)

    Regards,
    Yigit

    #509150

    Yigit –

    Small issue – there “is not” a .htaccess file in the root directory to save. So, I will not have anything to copy and save.

    However, I do have a previous copy on my closed server, which is the same image and version.

    1) Will that suffice as a copy?
    Or
    2) Is there another location other then the main directory where the WP folder are located that the .htaccess file would hide?

    AH

    #509160

    Hi!

    Please make sure that you chose to display hidden files. If you do not mind posting FTP access here privately, we can take a look.

    Best regards,
    Yigit

    #509169

    Tried to transfer the file several times via FTP and the transfer failed several time. Not sure exactly why,

    Got any ideas on what to do next?

    #509177

    Okay – found out my hosting service does does not support .htaccess.

    #509187

    Okay getting you access now, should have it posted soon.

    #509208

    Credentials

    #509235

    Yigit –

    Where you able to gain access??

    AH

    #509342

    I am wiping and reloading wordpress; reinstalling Enfold and all plugins. I will let you know how things workout.

    Best Regards,

    AH

    #509346

    A complete reload stopped the redirecting error.

    Best Regards

    AH

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Redirecting Error after Enfold export/import – subdomain pages not appearing’ is closed to new replies.