Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi!
    fix as:
    in file .htaccess write:
    # Use PHP5.4 as default
    # Changed PHP handler from application/x-httpd-php54 to application/x-httpd-phpbeta on Thu Jan 14 08:09:50 MST 2016.
    AddHandler application/x-httpd-phpbeta .php

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

Viewing 1 replies (of 1 total)