No tables and too many redirects
-
I’ve installed probably more then 100 WordPress sites and never had a problem like this.
I upload WordPress files to server via FTP, run the installation and after step 2 it start to give “too may redirects loop”. If I delete wp-config.php it goes back to install as usual.
I can’t see .htaccess through ftp (bad configuration, I can’t configure the server), so I created a new one with regular WP rules and uploaded to overwrite the old one. Still too many redirects loop.
Tried in a new subdirectory with a different table prefix and same database credentials. Same error.
Forced www and non-www domains in wp-config.php for home_url and site_url. Still too many redirects loop.
After that I tried to change home_url and site_url in wp_options with mysqli. No tables found. Created a simple script to connect to mysql with mysqli to test user permissions in database. It connects, the grants are all ok, CRUD working, but when I try to show tables, there are no WP tables, just the ones that I created using mysqli.
The file permissions are all ok (755/644).
I don’t have access to the server. It’s a shared host in bluehost and the client just gave me access to mysql and ftp. The website URL is ttp://suagendaonline.com.br
Don’t know what else to do. Help!
- The topic ‘No tables and too many redirects’ is closed to new replies.