Cant login to dashboard
-
Hi!
-Fresh install on a bluehost shared account
-I have read the document with the proposed solutions. Nothing worked.When i hit: https://www.mydomain.com/wp-admin i get:
it seems that it redirects me to the real subdirectory where my domain has the files. To achieve this my provider instructed to use this htaccess on the root of my accounts directory:
# Use PHP5.3 Single php.ini as default AddHandler application/x-httpd-php53s .php RewriteEngine on RewriteCond %{HTTP_HOST} ^(www.)?mydomain.com$ RewriteCond %{REQUEST_URI} !^/mydomain-com/www/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /mydomain-com/www/$1 RewriteCond %{HTTP_HOST} ^(www.)?mydomain.com$ RewriteRule ^(/)?$ mydomain-com/www/index.php [L]
any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cant login to dashboard’ is closed to new replies.