Help can't figure out user name/password
PermalinkHelp! Do I need to uninstall/reinstall. Im desperate.

If you can access your hosting account and your database (using Phpmyadmin):
1) click the forgot password from your login page
2) log into your database and view the Logs table.
3) the last logged item listed should be the link emailed for resetting your password. View the message - cut and paste the URL to reset password
(**edit: you can also verify your user name and associated email of record by viewing the "Users" table in your database just in case of typo etc.)
Hope this helps
Adrian
Arvixe Web Hosting / Concrete5 Community Liaison |
http://www.arvixe.com/concrete5_hosting...............
Did you checked pretty URL's at some point?
Other wise, try to add
define('URL_REWRITING_ALL', true);
in your config/site.php
After that, check your .htaccess file. Try one of the following two:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^(default.htm)/?$ index.php RewriteRule ^(default.html)/?$ index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L] </IfModule>
or
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}/index.html !-f RewriteCond %{REQUEST_FILENAME}/index.php !-f RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
I don't know how to access FTP for the website (had a temporary one that doesnt have anything current). I feel like such a pathetic newbie. When I try to access things with phpMyAdmin my username/password doesn't work. I don't have a clue about writing code or where to insert it. Should I uninstall/reinstall?