[[Another Mui->]] I host my website under PacHosting. I put the web files under wwwroot/ . Under wwwroot, there is a subfolder Anonftp/pub. I put the WordPress directory under it. When I input <http://www.cheoylee.com/anonftp/pub/wordpress/wp-admin/install.php> in URL, I got <404 - File or directory not found.>
I then uploaded the same WordPress files to /wwwroot/wordpress. I got <404 - File or directory not found.> for <http://www.cheoylee.com/wwwroot/wordpress/wp-admin/install.php> and got <500 - Internal server error.> for http://www.cheoylee.com/wordpress/wp-admin/install.php.
I tried another way : I enter ftp://cheoylee.com, go to wwwroot/wordpress/wp-admin and double click to open install.php, I got <Error: PHP is not running. WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.> I called PacHosting they added a file <info.php> under /wwwroot and told me php is now running. When I tried, still got the same error <Error: PHP is not running>. FYI, content of info.php is a 18-byte php_auto_file, content is :
Quote
<?
phpinfo();
?>
unquote
Please help!!! [[<-Another Mui]]