fsxjr Posted December 20, 2019 Posted December 20, 2019 Good evening, my account was created more than 24 hours ago, I have a problem and do not see my web page.here is the error found on the page (I have already emptied the cache)cordially Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator at webmaster@fsxjr.heliohost.org to inform them of the time this error occurred, and the actions you performed just before this error.More information about this error may be available in the server error log.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
wolstech Posted December 20, 2019 Posted December 20, 2019 It means your code is broken or your permissions are wrong. The most common causes are this:Bad .htaccess file -> Try renaming your .htaccess file so its ignored. If it works, check for syntax errors in .htaccessPermissions are wrong -> If you're using PHP, be sure they're set to 644.Code error -> Rename your index file so its ignored and see if you can get to a directory listing. If so, debug your software.
fsxjr Posted December 20, 2019 Author Posted December 20, 2019 thank you for the answer its function, how can we connect to the Mysql database
Luigi123 Posted December 20, 2019 Posted December 20, 2019 You mean join from MySQL database users to MySQL Database?
wolstech Posted December 20, 2019 Posted December 20, 2019 Use hostname localhost for the database server, and the username and password you made for your database user. If you haven't made a database user or a database, you can do so in cpanel on the MySQL Databases page. There's also an option for phpmyadmin in cpanel which you can use to edit your databases once you create them.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now