• Resolved mattheis

    (@mattheis)


    Just migrated two sites, one root, one sub. (from Bluehost to HostGator) The root site migrated fine, but the second is having issues. It is trying to open/download the php files instead of execute them. I cant get back to the dashboard because it keeps trying to download wp-admin/index.php instead of running it.

    Has anyone else run into this problem? I am using HostAdmin to work on it, so you cant view it publicly. Ive checked htaccess but there doesnt seem to be issues there…

    # BEGIN WordPress
    AddHandler application/x-httpd-php70s .php
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /careers/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /careers/index.php [L]
    </IfModule>
    
    # END WordPress

    • This topic was modified 7 years, 5 months ago by mattheis.
Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    @mattheis

    Delete your .htaccess file and try again.
    If the issue keeps reappearing, see if there are any mu-plugins that you should not have transferred.
    You can delete them from wp-content/mu-plugins then delete the .htaccess file and try again.

Viewing 1 replies (of 1 total)
  • The topic ‘Browsers Trying to Open/Download files’ is closed to new replies.