(mt) & Wordpress

Out of context: Reply #13

  • Started
  • Last post
  • 23 Responses
  • devaur0

    I advise placing a .htaccess file in the root folder of WordPress. Powermode is not the best solution for Shared Servers. Basically the .htaccess file will run your PHP scripts in CGI mode.

    The best way to create an .htacess file on MT is to log into your ADMIN panel and navigate to your ROOT Folder through the FILE MANAGER.

    Upload a blank text file called _htaccess and paste this into the text file:

    Action php-script /interpreters/php-script
    AddHandler php-script .php
    AddHandler php-script .php3

    Upload the file and rename the file in your FILE MANAGER TO ".htaccess".

    Then make sure your uploads folder is CHMOD 777

View thread