I'm trying to install the theme and 6 hours later still don't seem to be any closer to doing so.
I've completed the following steps as per your documentation:
YES --> • Create a new database in your phpmyadmin/cPanel tools and create database user.
YES --> • Import the supplied database.sql.zip file (located in Packages folder in your package) into this database.
YES --> • Upload the "demo" folder to your server. In most cases you will unpack it under the public_html folder
YES --> • Change the database info in sites/default/settings.php to match the database name, user and password for your new created database.
NO --> Done. You can login to manage site folow url: http://domain.com/user with the default admin account is: username: admin, password: admin.
All I'm getting when I go to http://*************.com/user all I'm getting is the following message:
Not Found
The requested URL /user was not found on this server.
Apache Server at *************.com Port 80
Any ideas?
I've changed the settings.php file several times now with my database, username & password.
Hello jamezynwa,
It seems your server has NOT enable clean URL function. So, please visit admin page with url: http://yoursite.com/?q=user. After login, go to Configuration -> Search and metadata -> Clean URLs and check on Enable clean URLs checkbox. Now, you can go to http://yoursite.com/user to test
Thanks,