Skip to main content
Topic: issues in deploying Phprad generated php files and Mysql server on cPanel (Read 768 times) previous topic - next topic

issues in deploying Phprad generated php files and Mysql server on cPanel

I  have challenge deploying the php files and mysql on cPanel. I was able to copy the files to the  phblic_html\ folder and the database script was imported successfully to the server without issue.  But on launching the application the  login page comes up
www.medcon.kea.ng
but after entering the login details the browser comes up with error message 404.
404 Page not found

Kindly advice and assist

Regards,

Kenneth

 

Re: issues in deploying Phprad generated php files and Mysql server on cPanel

Reply #1
sorry the link is www.medcon.kea.com.ng

the file details  \public_html\medcon.kea.com.ng \ config.php

updated Details:
// Database Configuration Settings
define("DB_HOST", "localhost");
define("DB_USERNAME", "u0569848_medcon");
define("DB_PASSWORD", " ");
define("DB_NAME", "u0569848_medcon");
define("DB_TYPE", "mysql");
define("DB_PORT", "3306");
define("DB_CHARSET", "utf8");

 password was entered correctly .

Re: issues in deploying Phprad generated php files and Mysql server on cPanel

Reply #2
@ejechik‍ please make sure the .htaccess file generated by phprad was uploaded to your server too, and also make sure your server has apache mod_rewrite configured.