Kevin Räihälä
Member
Posted 2 years ago #
Fresh wp install. Re-published files to ensure they are in fact there.
Main page comes up just fine. When I goto /wp-admin then am redirected to http://allgameclub.com/wp-login.php?redirect_to=http://allgameclub.com/wp-admin/
Everything looks fine until I login and the following comes up.
http://allgameclub.com/wordpress/http://allgameclub.com/wp-login.php
404 error, file not found
As a result have not seen the dashboard yet. Frustrating.
do you have an .htaccess file in your WP directory? delete/rename it if so.....
also, check the url settings in your database and see if they look correct
Kevin Räihälä
Member
Posted 2 years ago #
Did just that deleted .htaccess and checked database siteurl.
Also blew away database an did a re-install.
Also added:
define('WP_HOME','http://allgameclub.com');
define('WP_SITEURL','http://allgameclub.com');
to the wp-config.php to make sure.
Something is wrong. I will check to see if there are any wp issues with my host.
Kevin Räihälä
Member
Posted 2 years ago #
AAAAaaaa HA! I used the HOSTS install for dummies and it worked. Just click and it does everything. There must have been some host specific lines in their scripts that this dummy could not figure out. Thanks.