Browsers Trying to Open/Download files
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Browsers Trying to Open/Download files’ is closed to new replies.